Skip to content

Commit

Permalink
Fix dialyzer warnings when passing opts for Phoenix.HTML.select
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-bettoum committed Oct 16, 2022
1 parent 2907699 commit 83a4780
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 83a4780

Please sign in to comment.