]> Cypherpunks repositories - gostls13.git/commit
encoding/json/internal/jsonflags: fix comment with wrong field name
authorWeerasak Chongnguluam <singpor@gmail.com>
Sat, 6 Sep 2025 14:51:37 +0000 (21:51 +0700)
committerGopher Robot <gobot@golang.org>
Mon, 8 Sep 2025 14:00:06 +0000 (07:00 -0700)
commitff45d5d53cd942cfeab6c47b8414502e6dce4870
tree7ebd38a6473a39b5c41ba687054855e49286bcab
parent861c90c907db1129dcd1540eecd3c66b6309db7a
encoding/json/internal/jsonflags: fix comment with wrong field name

Flags struct has field Values but in the comments use Value.
Fix it to correct name Values.

Change-Id: Ib47e62538599a788c69fda27a7e2a97b8cf73263
Reviewed-on: https://go-review.googlesource.com/c/go/+/701415
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/encoding/json/internal/jsonflags/flags.go