You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -160,14 +160,14 @@ It is possible to define private use currencies. These are currencies that are [
160
160
161
161
### Defining private use and custom currencies
162
162
163
-
See `Localize.Currency.new/2`.
163
+
See `Money.Currency.new/2`.
164
164
165
165
### Custom currency store
166
166
167
-
The `Localize.Currency.Store` GenServer is started automatically by the `localize` application and manages the storage of custom currency definitions. Custom currencies can be defined at any time after application startup:
167
+
The `Money.Currency.Store` GenServer is started automatically by the `ex_money` application and manages the storage of custom currency definitions. Custom currencies can be defined at any time after application startup:
@@ -869,7 +869,7 @@ All `Money` calculations are done with decimal arithmetic to the maxium precisio
869
869
870
870
**13. All currencies have an ISO 4217 3-letter code. (The Transnistrian ruble has none, for example)**
871
871
872
-
`Money` does validate currency codes against the ISO 4217 list. Custom currencies can be created in accordance with ISO 4217 using `Localize.Currency.new/2`.
872
+
`Money` does validate currency codes against the ISO 4217 list. Custom currencies can be created in accordance with ISO 4217 using `Money.Currency.new/2`.
873
873
874
874
**14. All currencies have a different name. (French franc, "nouveau franc")**
0 commit comments