Skip to content

Commit b375bc3

Browse files
authored
Grammar fix in state-of-tic-tac-toe instructions (#2482)
1 parent 4b91a92 commit b375bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/state-of-tic-tac-toe/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In this exercise, you're going to implement a program that determines the state of a [tic-tac-toe][] game.
44
(_You may also know the game as "noughts and crosses" or "Xs and Os"._)
55

6-
The games is played on a 3×3 grid.
6+
The game is played on a 3×3 grid.
77
Players take turns to place `X`s and `O`s on the grid.
88
The game ends when one player has won by placing three of marks in a row, column, or along a diagonal of the grid, or when the entire grid is filled up.
99

0 commit comments

Comments
 (0)