Skip to content

Commit c4c8be7

Browse files
committed
Improve docs
1 parent 0322c7d commit c4c8be7

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

lib/money.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ defmodule Money do
141141
* `:backend` is any module that includes `use Cldr` and therefore
142142
is a `Cldr` backend module. The default is `Money.default_backend!/0`.
143143
144-
* `:separators` is an atom that selects which of the available symbol
144+
* `:separators` selects which of the available symbol
145145
sets should be used when attempting to parse a string into a number.
146146
The default is `:standard`. Some limited locales have an alternative `:us`
147147
variant that can be used. See `Cldr.Number.Symbol.number_symbols_for/3`
@@ -310,6 +310,8 @@ defmodule Money do
310310
311311
* `amount` is an integer, float or Decimal
312312
313+
* `options` is a keyword list of options. See `Money.new/3`.
314+
313315
## Examples
314316
315317
Money.new!(:XYZZ, 100)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Money.Mixfile do
22
use Mix.Project
33

4-
@version "5.20.0-dev"
4+
@version "5.20.0"
55

66
def project do
77
[

mix/test_cldr.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ defmodule Money.Cldr do
77
use Cldr,
88
locales: [
99
"en",
10+
"en-ZA",
1011
"bn",
1112
"de",
1213
"it",

0 commit comments

Comments
 (0)