fix minor typos in life.sh

This commit is contained in:
Jason Leschnik 2016-10-24 23:36:06 +11:00
parent 4331579c5f
commit b1967c5dba
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ exit 0 # CEOF:EOF
# The grid in this script has a "boundary problem."
# The the top, bottom, and sides border on a void of dead cells.
# The top, bottom, and sides border on a void of dead cells.
# Exercise: Change the script to have the grid wrap around,
# + so that the left and right sides will "touch,"
# + as will the top and bottom.