Skip to content

Commit 0273efd

Browse files
BethanyGYrahcaz7
andauthored
Update exercises/practice/state-of-tic-tac-toe/.docs/instructions.append.md
Co-authored-by: Yrahcaz <74512479+Yrahcaz7@users.noreply.github.com>
1 parent a59ddfa commit 0273efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/state-of-tic-tac-toe/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For situations where you know that the error source will be a certain type, you
99

1010

1111
A valid game of `Tic Tac Toe` ends when one player wins.
12-
If both players are in a winning state, or there is a mismatch between the winner and their number of moves, this exercise expects you to use the [raise statement][raise] and "throw" a `ValueError` in your solution.
12+
If both players are in a winning state, this exercise expects you to use the [raise statement][raise] and "throw" a `ValueError` in your solution.
1313
Your code is also expected to throw a `ValueError` if one player is assessed as playing two turns in a row, or playing the first move when they were assigned to play the second move.
1414

1515

0 commit comments

Comments
 (0)