diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/encoding/json/encode.go | 2 |
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 |
