Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Volchenko authored Jan 30, 2017
1 parent b532912 commit 33fc70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ should return true if game is finished (e.g. there is a winner or it is a draw)
should return winner symbol (`x` or `o`) or null if there is no winner yet

##### `noMoreTurns()`
should return true if there is no more fields to place a `x` or `y`
should return true if there is no more fields to place a `x` or `o`

##### `isDraw()`
should return true if there is no more turns and no winner
Expand Down

0 comments on commit 33fc70d

Please sign in to comment.