mirror of
https://github.com/golang/go.git
synced 2026-01-29 07:02:05 +03:00
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>
This commit is contained in:
committed by
Gopher Robot
parent
b408256be7
commit
f8b72802d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user