From fa7065f07a9a0c7a9682f6e5bc0a916c97ee9415 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sat, 13 Oct 2012 10:44:53 -0700 Subject: [PATCH] spelling --- examples/if-else/if-else.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/if-else/if-else.go b/examples/if-else/if-else.go index 563474f..f839dd2 100644 --- a/examples/if-else/if-else.go +++ b/examples/if-else/if-else.go @@ -31,5 +31,5 @@ func main() { } } -// Note that you don't need parenthesis around conditions +// Note that you don't need parentheses around conditions // in Go, but that the brackets are required.