Skip to content

Commit

Permalink
Merge pull request #222 from plastic-forks/zd/improve-doc
Browse files Browse the repository at this point in the history
Fix package name in doc
  • Loading branch information
kipcole9 authored Apr 21, 2024
2 parents 801293c + ae029d0 commit 5c7bafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ The currently known providers and their `hex` package names are:
| ex_cldr_locale_display | Cldr.LocaleDisplay | Localising locale names |
| ex_cldr_routes | Cldr.Route | Localized routes and route helpers |
| ex_money | Money | Operations on and formatting of a money type |
| ex_messages | Cldr.Message | Formatting of ICU-formatted messages |
| ex_cldr_messages | Cldr.Message | Formatting of ICU-formatted messages |

Any library author can create a provider module by exposing a function called `cldr_backend_provider/1` that takes a `Cldr.Config` struct as a single parameter. The function should return an AST that is inserted into the `backend` module being compiled.

Expand Down

0 comments on commit 5c7bafa

Please sign in to comment.