Skip to content

Commit

Permalink
apply automatic changes
Browse files Browse the repository at this point in the history
ladydascalie authored and actions-user committed Apr 7, 2023
1 parent b7ee5c5 commit 5d60b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std.go
Original file line number Diff line number Diff line change
@@ -26,7 +26,8 @@ func (c *Currency) MinorUnits() int { return c.minorUnits }
// to get back to it's smallest denomination
//
// Example:
// pence := 100.00 * currency.GBP.Factor()
//
// pence := 100.00 * currency.GBP.Factor()
func (c *Currency) Factor() int { return c.factor }

// FactorI64 returns the factor, converted to a int64

0 comments on commit 5d60b78

Please sign in to comment.