Skip to content

Commit caeb9f9

Browse files
authored
Fix marshaler typos (#927)
1 parent e7223fb commit caeb9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marshaler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (enc *Encoder) SetIndentTables(indent bool) *Encoder {
9292
// SetMarshalJsonNumbers forces the encoder to serialize `json.Number` as a
9393
// float or integer instead of relying on TextMarshaler to emit a string.
9494
//
95-
// *Unstable:* This method does not follow the compatiblity guarnatees of
95+
// *Unstable:* This method does not follow the compatibility guarantees of
9696
// semver. It can be changed or removed without a new major version being
9797
// issued.
9898
func (enc *Encoder) SetMarshalJsonNumbers(indent bool) *Encoder {

0 commit comments

Comments
 (0)