From 34a42730c6102cc79d66288d223605886acf0f6b Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Mon, 24 Apr 2017 21:37:35 +0300 Subject: [PATCH] Fix typo incluce -> include --- chapter25.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter25.tex b/chapter25.tex index d7db53d..99c7ca7 100644 --- a/chapter25.tex +++ b/chapter25.tex @@ -454,7 +454,7 @@ a number of sticks in a nim heap. If the Grundy number is 0, we can only move to states whose Grundy numbers are positive, 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$. ~\\