aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2026-01-22 11:25:18 +1100
committerGopher Robot <gobot@golang.org>2026-01-23 18:08:03 -0800
commitf8b72802d7a7dd2bcb81bdaead80be802e16351b (patch)
tree078154d3addb285f3130c45994b2967734107862 /src/encoding/json
parentb408256be720c51ff1730d7a97389a975744a312 (diff)
downloadgo-f8b72802d7a7dd2bcb81bdaead80be802e16351b.tar.xz
encoding/json: fix typo in package doc.
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>
Diffstat (limited to 'src/encoding/json')
-rw-r--r--src/encoding/json/encode.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding/json/encode.go b/src/encoding/json/encode.go
index a898b48e31..a2f20b8026 100644
--- a/src/encoding/json/encode.go
+++ b/src/encoding/json/encode.go
@@ -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