From: Dave Cheney Date: Wed, 11 Apr 2012 00:59:03 +0000 (+1000) Subject: doc: fix minor typo in Go 1 release notes X-Git-Tag: go1.1rc2~3400 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d7bc644ba2fd19418a31bc7fbf39bb8df2494e4c;p=gostls13.git doc: fix minor typo in Go 1 release notes Fixes #3478. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5986074 --- diff --git a/doc/go1.html b/doc/go1.html index fce9001994..e1afe479ae 100644 --- a/doc/go1.html +++ b/doc/go1.html @@ -1788,7 +1788,7 @@ for full details.
Atoui(x) ParseUint(x, 10, 0)§ -Atoi64(x) ParseInt(x, 10, 64) +Atoui64(x) ParseUint(x, 10, 64)