]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/json: fix typo in package doc.
authorDavid Symonds <dsymonds@golang.org>
Thu, 22 Jan 2026 00:25:18 +0000 (11:25 +1100)
committerGopher Robot <gobot@golang.org>
Sat, 24 Jan 2026 02:08:03 +0000 (18:08 -0800)
Change-Id: Id5520757e4d73e56e533e4de4f5f303105c4339e
Reviewed-on: https://go-review.googlesource.com/c/go/+/738180
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: David Symonds <dsymonds@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: David Symonds <dsymonds@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/encoding/json/encode.go

index a898b48e3153cccc3223e0ec0f0f04cdb425f2ef..a2f20b80260c2b1480eb42abd4163886bde139d6 100644 (file)
@@ -26,7 +26,7 @@
 //
 // Due to the Go Backwards Compatibility promise (https://go.dev/doc/go1compat)
 // there are a number of behaviors this package exhibits that may cause
-// interopability issues, but cannot be changed. In particular the following
+// interoperability issues, but cannot be changed. In particular the following
 // parsing behaviors may cause issues:
 //
 //   - If a JSON object contains duplicate keys, keys are processed in the order