chore: fix grammatical error in comment

This commit is contained in:
moonleay 2024-12-02 14:53:59 +01:00
parent 5da1b434cf
commit e875eba6dc
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -1,6 +1,6 @@
#include "std_lib_inc.h"
// A programm which allows you to wander across a maze using 'w','a','s' and 'd'.
// A program which allows you to wander across a maze using 'w','a','s' and 'd'.
const vector<vector<char>> play_field = { // playspace[y][x]
{'#', '.', '.', '.', '.'},