diff --git a/doc/go1.html b/doc/go1.html index fce90019945..e1afe479ae6 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)