From 1a7c15fa6d5ce2d78d0f9f5050ee9dd1e29485df Mon Sep 17 00:00:00 2001 From: Emmanuel T Odeke Date: Sat, 24 Aug 2019 22:08:51 -0600 Subject: [PATCH] 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 --- doc/go1.13.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/go1.13.html b/doc/go1.13.html index 0dd2532965f..8f7a7ab7fe7 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