diff --git a/doc/go1.19.html b/doc/go1.19.html index 7a427cd08afe77..a2abd957f4faad 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -355,7 +355,7 @@

Minor changes to the library

strconv

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