diff --git a/notebooks/chap08.ipynb b/notebooks/chap08.ipynb index c4a8dc2b..4a54e5f8 100644 --- a/notebooks/chap08.ipynb +++ b/notebooks/chap08.ipynb @@ -968,7 +968,7 @@ "source": [ "**Exercise:** Another version of the sand pile model, called the \"single source\" model, starts from a different initial condition: instead of all cells at the same level, all cells are set to 0 except the center cell, which is set to a very large value.\n", "\n", - "Write a function that creates a `SandPile` object, sets up the single source initial condition, and runs until the pile reaches equilibrium. Does the results appear to be fractal?\n", + "Write a function that creates a `SandPile` object, sets up the single source initial condition, and runs until the pile reaches equilibrium. Does the result appear to be fractal?\n", "\n", "You can read more about this version of the sand pile model at http://math.cmu.edu/~wes/sandgallery.html" ]