Skip to content

Commit 330e26e

Browse files
committed
Tweaked wordin in in Tutorial as per request
1 parent 130c269 commit 330e26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ Check out the final result here: [Final Result](https://codepen.io/gaearon/pen/g
11041104
11051105
If you have extra time or want to practice your new skills, here are some ideas for improvements you could make, listed in order of increasing difficulty:
11061106
1107-
1. Display the move locations in the format "(1, 3)" in the move list.
1107+
1. Display the location for each move in the format (col, row) in the move history list.
11081108
2. Bold the currently selected item in the move list.
11091109
3. Rewrite Board to use two loops to make the squares instead of hardcoding them.
11101110
4. Add a toggle button that lets you sort the moves in either ascending or descending order.

0 commit comments

Comments
 (0)