diff --git a/doc/go1.18.html b/doc/go1.18.html index e796215c78b3cf..e266889cad0034 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -441,7 +441,8 @@

Minor changes to the library

unicode/utf8

- TODO: https://golang.org/cl/345571: add AppendRune + The AppendRune function appends the UTF-8 new + encoding of a rune to a []byte.