Skip to content

Commit 979f86b

Browse files
committed
Fix typo
1 parent 58891ba commit 979f86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pricing/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func ratMin(x, y *big.Rat) *big.Rat {
4141
return x
4242
}
4343

44-
// PriceString returns a human reprensetation of a price with a currency
44+
// PriceString returns a human representation of a price with a currency
4545
func PriceString(price *big.Rat, currency string) string {
4646
floatVal, _ := price.Float64()
4747
return fmt.Sprintf("%s %s", humanize.Ftoa(floatVal), currency)

0 commit comments

Comments
 (0)