mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
d058254689
commit
53af292aed
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
// primitive data types such as booleans, strings, and numbers,
|
// primitive data types such as booleans, strings, and numbers,
|
||||||
// in addition to structured data types such as objects and arrays.
|
// 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.
|
// and not subject to the Go 1 compatibility promise.
|
||||||
// It only exists when building with the GOEXPERIMENT=jsonv2 environment variable set.
|
// It only exists when building with the GOEXPERIMENT=jsonv2 environment variable set.
|
||||||
// Most users should use [encoding/json].
|
// Most users should use [encoding/json].
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue