Fix typo incluce -> include

This commit is contained in:
Antti H S Laaksonen 2017-04-24 21:37:35 +03:00
parent c830efc7f2
commit 34a42730c6
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ a number of sticks in a nim heap.
If the Grundy number is 0, we can only move to If the Grundy number is 0, we can only move to
states whose Grundy numbers are positive, states whose Grundy numbers are positive,
and if the Grundy number is $x>0$, we can move and if the Grundy number is $x>0$, we can move
to states whose Grundy numbers incluce all numbers to states whose Grundy numbers include all numbers
$0,1,\ldots,x-1$. $0,1,\ldots,x-1$.
~\\ ~\\