]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/json: fix typo in hotlink for jsontext.PreserveRawStrings
authorJoe Tsai <joetsai@digital-static.net>
Fri, 27 Jun 2025 01:18:32 +0000 (18:18 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 27 Jun 2025 14:58:59 +0000 (07:58 -0700)
Updates #71845

Change-Id: Ie099e7ac77293696fd9e69559487e27f4b70ab3f
Reviewed-on: https://go-review.googlesource.com/c/go/+/684416
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/encoding/json/v2_options.go

index 40b20e555258c63ccf4bbec3bdb79bd6e879aea2..4006d764ccfba0d81a91e2a980fc85908a915a8a 100644 (file)
@@ -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,