chore: fix grammatical error in comment
This commit is contained in:
parent
5da1b434cf
commit
e875eba6dc
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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]
|
||||
{'#', '.', '.', '.', '.'},
|
||||
|
|
Loading…
Reference in a new issue