From fd9a58f8ff0de463486bbb5926dfcb0b67562b17 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 20 Sep 2012 20:33:58 -0700 Subject: [PATCH] later --- src/10-for.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/10-for.go b/src/10-for.go index fae3f5e..cd47272 100644 --- a/src/10-for.go +++ b/src/10-for.go @@ -16,5 +16,4 @@ func main() { for { // `for` without a condition will loop until you return } -} // There are other forms of `for`; we'll see them - // later. +} // We'll see other `for` forms latter.