mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 12:30:49 +01:00
Fix numerator typo
This commit is contained in:
parent
93a3cd9867
commit
f3eac4fb65
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
//
|
||||
// Example:
|
||||
|
|
Loading…
Reference in a new issue