mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +01:00
update docs to make more clear
This commit is contained in:
parent
96d9a5e02e
commit
6da60a24bd
1 changed files with 2 additions and 2 deletions
|
@ -544,7 +544,7 @@ func (d *Decimal) ensureInitialized() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the minimum Decimal that was passed in the arguments.
|
// Returns the smallest Decimal that was passed in the arguments.
|
||||||
//
|
//
|
||||||
// To call this function with an array, you must do:
|
// To call this function with an array, you must do:
|
||||||
//
|
//
|
||||||
|
@ -561,7 +561,7 @@ func Min(first Decimal, rest ...Decimal) Decimal {
|
||||||
return ans
|
return ans
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the maximum Decimal that was passed in the arguments.
|
// Returns the largest Decimal that was passed in the arguments.
|
||||||
//
|
//
|
||||||
// To call this function with an array, you must do:
|
// To call this function with an array, you must do:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue