From fe57207d01e4ccdc9c9cc59909f1ff68d85e4307 Mon Sep 17 00:00:00 2001
From: Jonathan Clem
Date: Mon, 11 Mar 2013 21:04:27 -0700
Subject: [PATCH] Fix spelling error in 'for' example
---
examples/for/for.sh | 2 +-
public/for | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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.
|