typo fixed

This commit is contained in:
Jerry Zhao
2015-05-24 16:11:13 +10:00
parent 74a7e1274a
commit f5ccb60f40

View File

@@ -89,7 +89,7 @@ Execute the `godoc -http=:8080` command, then open `127.0.0.1:8080` in your brow
## Other commands
Go provides more commands then those we've just talked about.
Go provides more commands than those we've just talked about.
go fix // upgrade code from an old version before go1 to a new version after go1
go version // get information about your version of Go