Skip to content

Commit 55c42c2

Browse files
zcheedmitshur
authored andcommitted
doc/go1.19: fix strconv.Quote pkg link
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>
1 parent d29d031 commit 55c42c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.19.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
355355
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
356356
<dd>
357357
<p><!-- CL 397255 -->
358-
<a href="/pkg/strconv/#strconv.Quote"><code>strconv.Quote</code></a>
358+
<a href="/pkg/strconv/#Quote"><code>Quote</code></a>
359359
and related functions now quote the rune 007F as <code>\x7f</code>,
360360
not <code>\u007f</code>.
361361
</p>

0 commit comments

Comments
 (0)