diff --git a/examples/for/for.sh b/examples/for/for.sh index b6ebe44..1e564fc 100644 --- a/examples/for/for.sh +++ b/examples/for/for.sh @@ -7,6 +7,6 @@ $ go run for.go 9 loop -# We'll see some other `for` forms latter when we look at +# We'll see some other `for` forms later when we look at # `range` statements, channels, and other data # structures. diff --git a/public/for b/public/for index 32adec9..4d6c435 100644 --- a/public/for +++ b/public/for @@ -139,7 +139,7 @@ the enclosing function.

-

We’ll see some other for forms latter when we look at +

We’ll see some other for forms later when we look at range statements, channels, and other data structures.