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

@@ -39,7 +39,7 @@ func main() {
// Here we'll just dump out the parsed options and
// any trailing positional arguments. Note that we
// need to dereference the points with e.g. `*wordPtr`
// need to dereference the pointers with e.g. `*wordPtr`
// to get the actual option values.
fmt.Println("word:", *wordPtr)
fmt.Println("numb:", *numbPtr)