diff --git a/src/encoding/json/jsontext/doc.go b/src/encoding/json/jsontext/doc.go index 8a21ba70bd1..20ef5271d7f 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].