From f8b72802d7a7dd2bcb81bdaead80be802e16351b Mon Sep 17 00:00:00 2001 From: David Symonds Date: Thu, 22 Jan 2026 11:25:18 +1100 Subject: [PATCH] encoding/json: fix typo in package doc. Change-Id: Id5520757e4d73e56e533e4de4f5f303105c4339e Reviewed-on: https://go-review.googlesource.com/c/go/+/738180 Reviewed-by: Dmitri Shuralyov Auto-Submit: David Symonds Reviewed-by: Carlos Amedee Reviewed-by: David Symonds Reviewed-by: Ian Lance Taylor Reviewed-by: Joseph Tsai LUCI-TryBot-Result: Go LUCI --- src/encoding/json/encode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoding/json/encode.go b/src/encoding/json/encode.go index a898b48e315..a2f20b80260 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