From: Joe Tsai Date: Fri, 27 Jun 2025 01:18:32 +0000 (-0700) Subject: encoding/json: fix typo in hotlink for jsontext.PreserveRawStrings X-Git-Tag: go1.25rc2~2^2~23 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d9d2cadd63;p=gostls13.git encoding/json: fix typo in hotlink for jsontext.PreserveRawStrings Updates #71845 Change-Id: Ie099e7ac77293696fd9e69559487e27f4b70ab3f Reviewed-on: https://go-review.googlesource.com/c/go/+/684416 Auto-Submit: Joseph Tsai LUCI-TryBot-Result: Go LUCI Reviewed-by: Damien Neil Reviewed-by: Dmitri Shuralyov --- diff --git a/src/encoding/json/v2_options.go b/src/encoding/json/v2_options.go index 40b20e5552..4006d764cc 100644 --- a/src/encoding/json/v2_options.go +++ b/src/encoding/json/v2_options.go @@ -221,7 +221,7 @@ type Options = jsonopts.Options // - [jsontext.AllowInvalidUTF8] // - [jsontext.EscapeForHTML] // - [jsontext.EscapeForJS] -// - [jsontext.PreserveRawString] +// - [jsontext.PreserveRawStrings] // // All other boolean options are set to false. // All non-boolean options are set to the zero value,