From 1e832c468dec6ee934a904f75232ce64662dae57 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Thu, 25 Jan 2024 15:59:31 -0800 Subject: [PATCH] Fix marshaler typos --- marshaler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marshaler.go b/marshaler.go index 306f79cf..ffc99272 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 {