From b1967c5dbae0c85839a9f557035250acf70d712b Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 23:36:06 +1100 Subject: [PATCH] fix minor typos in life.sh --- LDP/guide/docbook/abs-guide/life.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/guide/docbook/abs-guide/life.sh b/LDP/guide/docbook/abs-guide/life.sh index c3fcf246..47bf3d91 100644 --- a/LDP/guide/docbook/abs-guide/life.sh +++ b/LDP/guide/docbook/abs-guide/life.sh @@ -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.