Fix typo in nim state [closes #37]

This commit is contained in:
Antti H S Laaksonen 2017-03-30 22:58:01 +03:00
parent b2970d1fc3
commit 790f1eb313
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ one bit in $s$.
~\\ ~\\
\noindent \noindent
As an example, consider the state $[10,2,5]$. As an example, consider the state $[10,12,5]$.
This state is a winning state, This state is a winning state,
because its nim sum is 3. because its nim sum is 3.
Thus, there has to be a move which Thus, there has to be a move which