]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/json/jsontext: fix spelling error
authorKevin Burke <kevin@burke.dev>
Mon, 16 Jun 2025 05:51:57 +0000 (22:51 -0700)
committerSean Liao <sean@liao.dev>
Tue, 17 Jun 2025 21:12:17 +0000 (14:12 -0700)
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>
src/encoding/json/jsontext/doc.go

index 8a21ba70bd160150d8cdd716f36c1fd719a5236b..20ef5271d7f6802fd5cfb6e280bf1e9e1eab3f9f 100644 (file)
@@ -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].