Skip to content

Commit 4af7760

Browse files
committed
doc: improve drawPattern documentation
1 parent 223a483 commit 4af7760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/game/methods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int countAliveNeighbors(TGame* pGame, const int row, const int col, const int ra
3030
* @param pattern Pattern to be drawn.
3131
*
3232
* @warning The pattern must be one of the following: `glider`, `toad`, `beacon`, or `glider
33-
* cannon`. If the number of rows or columns of the Conway's Game of Life board is less than the
33+
* cannon`. If the number of rows or columns of the Conway's Game of Life board are less than the
3434
* number of rows or columns of the pattern, the board will be resized to match the pattern's
3535
* dimensions.
3636
*/

0 commit comments

Comments
 (0)