Skip to content

Commit

Permalink
Merge pull request #50 from AntoineAugusti/patch-1
Browse files Browse the repository at this point in the history
Update spec for all_formats_for!
  • Loading branch information
kipcole9 authored Jul 30, 2024
2 parents 5a51ccc + e419674 commit e489434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cldr/number/backend/format.ex
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ defmodule Cldr.Number.Backend.Format do
See `#{inspect(__MODULE__)}.Number.Format.all_formats_for/1` for further information.
"""
@spec all_formats_for(Cldr.Locale.locale_reference()) ::
@spec all_formats_for!(Cldr.Locale.locale_reference()) ::
%{System.system_name() => map()} | no_return()

def all_formats_for!(locale \\ unquote(backend).get_locale()) do
Expand Down

0 comments on commit e489434

Please sign in to comment.