Skip to content

Commit

Permalink
Merge pull request #16 from quentin-bettoum/master
Browse files Browse the repository at this point in the history
Fix dialyzer warnings when passing opts for Phoenix.HTML.select
  • Loading branch information
kipcole9 authored Oct 16, 2022
2 parents 2907699 + 83a4780 commit 1d1a396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cldr_html_locale.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if Cldr.Code.ensure_compiled?(Cldr.LocaleDisplay) do
| {:mapper, function()}
| {:backend, module()}
| {:selected, atom() | binary()}
| {atom(), any()}
]

@type locale :: %{
Expand Down

0 comments on commit 1d1a396

Please sign in to comment.