1
0
mirror of https://github.com/golang/go synced 2024-11-24 15:10:02 -07:00

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 1a59e6239c
commit d7bc644ba2

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>