Fix a few small typos.

This commit is contained in:
Steve Krulewitz
2015-02-21 22:43:58 -08:00
parent 6494e4478b
commit 684013f5e0
7 changed files with 7 additions and 7 deletions

View File

@@ -32,4 +32,4 @@ func main() {
}
// Note that you don't need parentheses around conditions
// in Go, but that the brackets are required.
// in Go, but that the braces are required.