aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2012-04-11 10:59:03 +1000
committerRob Pike <r@golang.org>2012-04-11 10:59:03 +1000
commita200931cae0af5950f12da55c349e985f9e1d92e (patch)
tree944b531555f8226a84853a9150f35dccf76cc2a9
parent01479df5b63657132070844429b539a9813ef61a (diff)
downloadgo-a200931cae0af5950f12da55c349e985f9e1d92e.tar.gz
go-a200931cae0af5950f12da55c349e985f9e1d92e.zip
[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 »»»
-rw-r--r--doc/go1.html2
1 files changed, 1 insertions, 1 deletions
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.
<td colspan="2"><hr></td>
</tr>
<tr><td>Atoui(x)</td> <td>ParseUint(x, 10, 0)§</td></tr>
-<tr><td>Atoi64(x)</td> <td>ParseInt(x, 10, 64)</td></tr>
+<tr><td>Atoui64(x)</td> <td>ParseUint(x, 10, 64)</td></tr>
<tr>
<td colspan="2"><hr></td>
</tr>