diff --git a/doc/go1.17.html b/doc/go1.17.html index 97307bc508d..48b5563602a 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -428,7 +428,8 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://golang.org/cl/268020: avoid allocation in File.WriteString
+ The File.WriteString
method
+ has been optimized to no longer make a copy of the input string.