Skip to content

Commit f63ef85

Browse files
committed
One more fix
1 parent d176efe commit f63ef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ const nextSquares = ['X', null, null, null, null, null, null, null, null];
13611361
13621362
### 手番の処理 {/*taking-turns*/}
13631363
1364-
さて、この三目並べゲームの重大な欠陥、すなわち "O" がまだ盤面上に出てこないという問題を解決する時間がやって来ました
1364+
さて、この三目並べゲームの重大な欠陥、すなわち "O" がまだ盤面上に出てこないという問題を解決する時間がやってきました
13651365
13661366
まず先手がデフォルトで "X" になるようにしましょう。現在の手番を追跡するために、Board コンポーネントにもう 1 つ state を追加しましょう:
13671367

0 commit comments

Comments
 (0)