diff --git a/doc/go1.18.html b/doc/go1.18.html index 3018ed1b4a..cc5c542746 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -254,7 +254,8 @@ proposal.
bytes

- TODO: https://golang.org/cl/332771: avoid allocations in Trim/TrimLeft/TrimRight + bytes.Trim and related + functions, have had their most common use cases optimized.

@@ -394,7 +395,8 @@ proposal.

- TODO: https://golang.org/cl/332771: avoid allocations in Trim/TrimLeft/TrimRight + strings.Trim and related functions + functions, have had their most common use cases optimized.