]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.19: fix strconv.Quote pkg link
authorKoichi Shiraishi <zchee.io@gmail.com>
Wed, 25 May 2022 13:39:37 +0000 (22:39 +0900)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 26 May 2022 22:25:23 +0000 (22:25 +0000)
For #51400.

Change-Id: I122b3a58e5fbaaa8ceb5b013e8e392f4bcbbd2e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/408495
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
doc/go1.19.html

index 7a427cd08afe7773881981896b2168aa08e79e5c..a2abd957f4faad72f7ee3fadfd4355ac9a778be5 100644 (file)
@@ -355,7 +355,7 @@ Do not send CLs removing the interior tags from such phrases.
 <dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
   <dd>
     <p><!-- CL 397255 -->
-      <a href="/pkg/strconv/#strconv.Quote"><code>strconv.Quote</code></a>
+      <a href="/pkg/strconv/#Quote"><code>Quote</code></a>
       and related functions now quote the rune 007F as <code>\x7f</code>,
       not <code>\u007f</code>.
     </p>