From d9d2cadd635f3b8fdfba0ab6369604f5e78643b0 Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Thu, 26 Jun 2025 18:18:32 -0700 Subject: [PATCH] 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 --- src/encoding/json/v2_options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.50.0