Skip to content

Commit 6112d83

Browse files
fix: 'TickTacToe' typo (#348)
2 parents 8facc57 + 173f65d commit 6112d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/locales/english/learn-anchor-by-building-tic-tac-toe-part-1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ const playFunction = __librs.match(
16591659
const requireCondition = playFunction?.match(
16601660
/require!\s*\(([^\)]*?)\)\s*;\s*match\s*tile\s*{/
16611661
)?.[1];
1662-
assert.match(requireCondition, /TickTacToeError\s*::\s*GameAlreadyOver/);
1662+
assert.match(requireCondition, /TicTacToeError\s*::\s*GameAlreadyOver/);
16631663
```
16641664

16651665
The `TicTacToeError` enum should have the variant `GameAlreadyOver`.

0 commit comments

Comments
 (0)