From 3edd5d956f5d95ad3968a8feffcf0268ca3f6a6b Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Fri, 5 Dec 2025 07:22:31 +0100 Subject: [PATCH] [Doc] reverting 1 incorrect change --- pkg/utils/json/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/json/doc.go b/pkg/utils/json/doc.go index ecdd68066..56367ebf3 100644 --- a/pkg/utils/json/doc.go +++ b/pkg/utils/json/doc.go @@ -10,7 +10,7 @@ // encoders/decoders. It maintains compatibility with the standard encoding/json // interfaces while delivering improved performance when possible. // -// Additionally, it defines the customary [Marshaler] and [Unmarshaller] +// Additionally, it defines the customary [Marshaler] and [Unmarshaler] // interfaces to facilitate custom JSON encoding and decoding implementations. // // TODO(dwisiswant0): This package should be moved to the