We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
drawPattern
1 parent 223a483 commit 4af7760Copy full SHA for 4af7760
libs/game/methods.h
@@ -30,7 +30,7 @@ int countAliveNeighbors(TGame* pGame, const int row, const int col, const int ra
30
* @param pattern Pattern to be drawn.
31
*
32
* @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
+ * cannon`. If the number of rows or columns of the Conway's Game of Life board are less than the
34
* number of rows or columns of the pattern, the board will be resized to match the pattern's
35
* dimensions.
36
*/
0 commit comments