From: Emmanuel T Odeke Date: Sun, 25 Aug 2019 04:08:51 +0000 (-0600) Subject: doc/go1.13: fix bad URLs to strconv identifiers X-Git-Tag: go1.14beta1~1379 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1a7c15fa6d5ce2d78d0f9f5050ee9dd1e29485df;p=gostls13.git doc/go1.13: fix bad URLs to strconv identifiers Change-Id: I7db3ad060773c9396fbe34e7bd52e7ccf6e5e52c Reviewed-on: https://go-review.googlesource.com/c/go/+/191797 Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 0dd2532965..8f7a7ab7fe 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -918,19 +918,19 @@ godoc -
strconv
+
strconv

- For strconv.ParseFloat, - strconv.ParseInt - and strconv.ParseUint, + For strconv.ParseFloat, + strconv.ParseInt + and strconv.ParseUint, if base is 0, underscores may be used between digits for readability. See the Changes to the language for details.

-
strings
+
strings

The new ToValidUTF8 function returns a