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 1749790 commit 3f0cbcbCopy full SHA for 3f0cbcb
cbor/tags.go
@@ -116,7 +116,7 @@ func (r *Rat) UnmarshalCBOR(cborData []byte) error {
116
case uint64:
117
tmpDenom.SetUint64(v)
118
default:
119
- return fmt.Errorf("unsupported demoninator type for cbor.Rat: %T", v)
+ return fmt.Errorf("unsupported denominator type for cbor.Rat: %T", v)
120
}
121
// Create new big.Rat with num/denom set to big.Int values above
122
r.Rat = new(big.Rat)
0 commit comments