From f07901dc4ea6f579a982a0465f608c3ab42c4b74 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 31 May 2023 18:56:47 +0200 Subject: [PATCH] doc/go1.21: fix link in WTF-8 section Change-Id: I8fbba7ca5a148ff6523be412991af0c089e7f7ea Reviewed-on: https://go-review.googlesource.com/c/go/+/499516 Run-TryBot: Tobias Klauser Reviewed-by: Michael Knyszek Reviewed-by: Ian Lance Taylor Auto-Submit: Tobias Klauser TryBot-Result: Gopher Robot --- doc/go1.21.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index f0fe16bb18..b7686d3fb8 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -933,7 +933,7 @@ Do not send CLs removing the interior tags from such phrases. The UTF16ToString and UTF16FromString functions now convert between UTF-16 data and - WTF-8 strings. + WTF-8 strings. This is backward compatible as WTF-8 is a superset of the UTF-8 format that was used in earlier releases.

-- 2.50.0