Skip to content

Commit

Permalink
doc: improve drawPattern documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Oct 21, 2024
1 parent 223a483 commit 4af7760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/game/methods.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int countAliveNeighbors(TGame* pGame, const int row, const int col, const int ra
* @param pattern Pattern to be drawn.
*
* @warning The pattern must be one of the following: `glider`, `toad`, `beacon`, or `glider
* cannon`. If the number of rows or columns of the Conway's Game of Life board is less than the
* cannon`. If the number of rows or columns of the Conway's Game of Life board are less than the
* number of rows or columns of the pattern, the board will be resized to match the pattern's
* dimensions.
*/
Expand Down

0 comments on commit 4af7760

Please sign in to comment.