diff options
| author | Kevin Burke <kevin@burke.dev> | 2025-06-15 22:51:57 -0700 |
|---|---|---|
| committer | Sean Liao <sean@liao.dev> | 2025-06-17 14:12:17 -0700 |
| commit | 53af292aed21c3f6ea75d16e5b25f660b2c028fb (patch) | |
| tree | 2a384ff39b32f91904e9d9a63912faeb5a171981 | |
| parent | d05825468921f8d0e54c81f59330d3b263057a54 (diff) | |
| download | go-53af292aed21c3f6ea75d16e5b25f660b2c028fb.tar.xz | |
encoding/json/jsontext: fix spelling error
Change-Id: Ic1f385afbe35addba8b3c439ccb64c56b1d300c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/681795
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
| -rw-r--r-- | src/encoding/json/jsontext/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/json/jsontext/doc.go b/src/encoding/json/jsontext/doc.go index 8a21ba70bd..20ef5271d7 100644 --- a/src/encoding/json/jsontext/doc.go +++ b/src/encoding/json/jsontext/doc.go @@ -10,7 +10,7 @@ // primitive data types such as booleans, strings, and numbers, // in addition to structured data types such as objects and arrays. // -// This package (encoding/json/jsontxt) is experimental, +// This package (encoding/json/jsontext) is experimental, // and not subject to the Go 1 compatibility promise. // It only exists when building with the GOEXPERIMENT=jsonv2 environment variable set. // Most users should use [encoding/json]. |
