Fix numerator typo

This commit is contained in:
david 2022-06-21 21:09:28 +03:00
parent 93a3cd9867
commit f3eac4fb65

View file

@ -125,7 +125,7 @@ func NewFromBigInt(value *big.Int, exp int32) Decimal {
} }
} }
// NewFromBigRat returns a new Decimal from a big.Rat. The nominator and // NewFromBigRat returns a new Decimal from a big.Rat. The numerator and
// denominator are divided and rounded to the given precision. // denominator are divided and rounded to the given precision.
// //
// Example: // Example: