We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7223fb commit caeb9f9Copy full SHA for caeb9f9
marshaler.go
@@ -92,7 +92,7 @@ func (enc *Encoder) SetIndentTables(indent bool) *Encoder {
92
// SetMarshalJsonNumbers forces the encoder to serialize `json.Number` as a
93
// float or integer instead of relying on TextMarshaler to emit a string.
94
//
95
-// *Unstable:* This method does not follow the compatiblity guarnatees of
+// *Unstable:* This method does not follow the compatibility guarantees of
96
// semver. It can be changed or removed without a new major version being
97
// issued.
98
func (enc *Encoder) SetMarshalJsonNumbers(indent bool) *Encoder {
0 commit comments