diff --git a/doc/go1.18.html b/doc/go1.18.html index c6c338984c..6d813dce2e 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -439,7 +439,9 @@ proposal.
strings

- TODO: https://golang.org/cl/345849: add Clone function + The new Clone function copies the input + string without the returned cloned string referencing + the input string's memory.