Skip to content

Commit 005e8b9

Browse files
authored
Update Example.fs
gamestate -> gameState
1 parent 18517e8 commit 005e8b9

File tree

1 file changed

+1
-1
lines changed
  • exercises/practice/state-of-tic-tac-toe/.meta

1 file changed

+1
-1
lines changed

exercises/practice/state-of-tic-tac-toe/.meta/Example.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let won (player: Cell) (board: Board) =
2323
|| Array.init 3 (fun i -> board[*, i])
2424
|> Array.contains winning
2525

26-
let gamestate (board: Board) =
26+
let gameState (board: Board) =
2727
let numCells cell =
2828
board
2929
|> Seq.cast

0 commit comments

Comments
 (0)