Merge pull request #474 from codingsince1985/patch-1

typo fixed
This commit is contained in:
astaxie
2015-05-24 21:30:25 +08:00

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