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.