diff options
| -rw-r--r-- | src/encoding/json/v2_options.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
