Skip to content

Commit 53af292

Browse files
kevinburkeseankhliao
authored andcommitted
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>
1 parent d058254 commit 53af292

File tree

1 file changed

+1
-1
lines changed
  • src/encoding/json/jsontext

1 file changed

+1
-1
lines changed

src/encoding/json/jsontext/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// primitive data types such as booleans, strings, and numbers,
1111
// in addition to structured data types such as objects and arrays.
1212
//
13-
// This package (encoding/json/jsontxt) is experimental,
13+
// This package (encoding/json/jsontext) is experimental,
1414
// and not subject to the Go 1 compatibility promise.
1515
// It only exists when building with the GOEXPERIMENT=jsonv2 environment variable set.
1616
// Most users should use [encoding/json].

0 commit comments

Comments
 (0)