From 55c42c289240c15171a8d05943cf7717f1a79cd6 Mon Sep 17 00:00:00 2001 From: Koichi Shiraishi Date: Wed, 25 May 2022 22:39:37 +0900 Subject: [PATCH] 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 Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- doc/go1.19.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index 7a427cd08a..a2abd957f4 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -355,7 +355,7 @@ Do not send CLs removing the interior tags from such phrases.
strconv

- strconv.Quote + Quote and related functions now quote the rune 007F as \x7f, not \u007f.

-- 2.50.0