Fix spelling error in 'for' example

This commit is contained in:
Jonathan Clem
2013-03-11 21:04:27 -07:00
parent 5c91fd695e
commit fe57207d01
2 changed files with 2 additions and 2 deletions

View File

@@ -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.