mirror of
https://github.com/golang/go
synced 2024-11-15 05:00:31 -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:
parent
01479df5b6
commit
a200931cae
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user