Skip to content

Commit

Permalink
Update docs for Cldr.Number.to_string/3
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Dec 29, 2021
1 parent 36bf04e commit b746917
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/cldr/number.ex
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ defmodule Cldr.Number do
specified the number is formatted as `:currency_long` or
`:currency_short` and `:fractional_digits` is set to 0 as a default.
* If `:format` is set to `:currency_long_with_symbol` then a format composed
of `:currency_long` with the locale's currency format is used.
* `:format` may also be a format defined by CLDR's Rules Based Number
Formats (RBNF). Further information is found in the module `Cldr.Rbnf`.
The most commonly used formats in this category are to spell out the
Expand Down

0 comments on commit b746917

Please sign in to comment.