From: Koichi Shiraishi Date: Wed, 25 May 2022 13:39:37 +0000 (+0900) Subject: doc/go1.19: fix strconv.Quote pkg link X-Git-Tag: go1.19beta1~107 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=55c42c289240c15171a8d05943cf7717f1a79cd6;p=gostls13.git 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 --- 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.