From: Kevin Burke Date: Mon, 16 Jun 2025 05:51:57 +0000 (-0700) Subject: encoding/json/jsontext: fix spelling error X-Git-Tag: go1.25rc2~2^2~51 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=53af292aed;p=gostls13.git encoding/json/jsontext: fix spelling error Change-Id: Ic1f385afbe35addba8b3c439ccb64c56b1d300c9 Reviewed-on: https://go-review.googlesource.com/c/go/+/681795 Reviewed-by: Sean Liao LUCI-TryBot-Result: Go LUCI Reviewed-by: Joseph Tsai Reviewed-by: Junyang Shao Reviewed-by: Cherry Mui --- 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].