Fix typo in Game

This commit is contained in:
Yu-Ting Hsiung
2025-09-27 11:57:21 +08:00
parent fb9970b590
commit ad57f687c0
11 changed files with 15 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ Statement
repeat rw [Not]
```
to get rid of the two occurences of `¬`. (`Not` is the name of `¬`)
to get rid of the two occurrences of `¬`. (`Not` is the name of `¬`)
I'm sure you can take it from there."
Branch