We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a9038 commit 0051b01Copy full SHA for 0051b01
1 file changed
lib/money.ex
@@ -42,8 +42,8 @@ defmodule Money do
42
alias Cldr.Currency
43
44
@typedoc """
45
- Money is composed of an atom representation of an ISO4217 currency code and
46
- a `Decimal` representation of an amount.
+ Money is composed of an atom representation of an ISO4217 currency code or a custom
+ currency code and a `Decimal` representation of an amount.
47
"""
48
@type t :: %Money{currency: Currency.currency_reference(), amount: Decimal.t(), format_options: Keyword.t()}
49
0 commit comments