chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr> Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
co-authored by
github-merge-queue
Julien Robert
marbar3778
parent
39865d852f
commit
8f0d5b15f0
+1
-1
@@ -725,7 +725,7 @@ func (d LegacyDec) TruncateDec() LegacyDec {
|
||||
return LegacyNewDecFromBigInt(chopPrecisionAndTruncateNonMutative(d.i))
|
||||
}
|
||||
|
||||
// Ceil returns the smallest interger value (as a decimal) that is greater than
|
||||
// Ceil returns the smallest integer value (as a decimal) that is greater than
|
||||
// or equal to the given decimal.
|
||||
func (d LegacyDec) Ceil() LegacyDec {
|
||||
tmp := new(big.Int).Set(d.i)
|
||||
|
||||
Reference in New Issue
Block a user