diff --git a/subjects/tic_tac_toe/README.md b/subjects/tic_tac_toe/README.md index 97d5728cb..5afc7f926 100644 --- a/subjects/tic_tac_toe/README.md +++ b/subjects/tic_tac_toe/README.md @@ -51,7 +51,7 @@ fn main() { "{:?}", tic_tac_toe(vec![ vec!["O", "X", "O"], - vec!["O", "P", "X"], + vec!["O", "O", "X"], vec!["X", "#", "X"] ]) );