diff --git a/_content/doc/go1.25.md b/_content/doc/go1.25.md index 20f7bcded8..c3a1e497fb 100644 --- a/_content/doc/go1.25.md +++ b/_content/doc/go1.25.md @@ -256,7 +256,7 @@ When enabled, two new packages are available: In addition, when the "jsonv2" GOEXPERIMENT is enabled: - The [`encoding/json`](/pkg/encoding/json) package - uses the new JSON implemenation. + uses the new JSON implementation. Marshaling and unmarshaling behavior is unaffected, but the text of errors returned by package function may change. - The [`encoding/json`](/pkg/encoding/json) package contains