From a200931cae0af5950f12da55c349e985f9e1d92e Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Wed, 11 Apr 2012 10:59:03 +1000 Subject: [PATCH] [release-branch.go1] doc: fix minor typo in Go 1 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« 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 »»» --- doc/go1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)
-- 2.48.1