]> Cypherpunks repositories - gostls13.git/commit
encoding/json/v2: fix typo in documentation about errors.AsType
authorJoe Tsai <joetsai@digital-static.net>
Fri, 24 Oct 2025 17:55:48 +0000 (10:55 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 24 Oct 2025 18:49:08 +0000 (11:49 -0700)
commit747fe2efedfdc43f797b4fc1672e29ff7a01ec6a
treebccd13b998a16630f4c4c191ddaa1e4622ffe2ed
parent94f47fc03f4c916decb7f1387fcf56eae388f7cf
encoding/json/v2: fix typo in documentation about errors.AsType

CL 708495 mass migrated the stdlib to use errors.AsType.
It rewrote the documentation, but uses the non-pointer type
of SemanticError or SyntacticError, which is invalid since
the Error method is declared on the pointer receiver.

Also, call errors.AsType on a separate line for readability.

Change-Id: I2eaf59614e2b58aa4bc8669ab81ce64168c54f13
Reviewed-on: https://go-review.googlesource.com/c/go/+/714660
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/encoding/json/jsontext/state.go
src/encoding/json/v2/errors.go
src/encoding/json/v2/example_test.go