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 {