From: Dave Cheney Date: Wed, 11 Apr 2012 00:59:03 +0000 (+1000) Subject: [release-branch.go1] doc: fix minor typo in Go 1 release notes X-Git-Tag: go1.0.1~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a200931cae0af5950f12da55c349e985f9e1d92e;p=gostls13.git [release-branch.go1] doc: fix minor typo in Go 1 release notes ««« backport 75c94686a4d7 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)