1
0
mirror of https://github.com/golang/go synced 2024-11-15 04:20:22 -07:00

[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

»»»
This commit is contained in:
Dave Cheney 2012-04-11 10:59:03 +10:00 committed by Rob Pike
parent 01479df5b6
commit a200931cae

View File

@ -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>