From caeb9f96312e15ac0b82773f19817e57e456be2b Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Tue, 30 Jan 2024 19:01:55 -0500 Subject: [PATCH] Fix marshaler typos (#927) --- marshaler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marshaler.go b/marshaler.go index 306f79c..ffc9927 100644 --- a/marshaler.go +++ b/marshaler.go @@ -92,7 +92,7 @@ func (enc *Encoder) SetIndentTables(indent bool) *Encoder { // SetMarshalJsonNumbers forces the encoder to serialize `json.Number` as a // float or integer instead of relying on TextMarshaler to emit a string. // -// *Unstable:* This method does not follow the compatiblity guarnatees of +// *Unstable:* This method does not follow the compatibility guarantees of // semver. It can be changed or removed without a new major version being // issued. func (enc *Encoder) SetMarshalJsonNumbers(indent bool) *Encoder {