Skip to content

Commit 8925745

Browse files
bjacquetBruno Jacquet
andauthored
Remove extra } from instruction example (#1649)
Co-authored-by: Bruno Jacquet <[email protected]>
1 parent 314d424 commit 8925745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/chess-game/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The game will have to create a message for a move to say which player moved to w
5959
The message should use the player's nickname and the square they moved to.
6060
The game also has to determine if the move is valid by checking if the file and rank of the square are within the ranges of the files and ranks.
6161

62-
If the move is valid, the message should be: `"{nickname} moved to {square}}"`
62+
If the move is valid, the message should be: `"{nickname} moved to {square}"`
6363
If the move is invalid, the message should be: `"{nickname} attempted to move to {square}, but that is not a valid square"`
6464

6565
Define the `Chess.move_message` method that takes the arguments `first_name` that holds a string of the player's first_name, `last_name` that holds a string of the player's last_name, and `square` that holds a string of the square the player moved to.

0 commit comments

Comments
 (0)