From 098190c2a45c9bdad598a75093a54d8435ff1f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20Sala=C3=BCn?= <1910607+yansal@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:33:04 +0200 Subject: [PATCH] _content/doc/go1.25: fix typo --- _content/doc/go1.25.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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