Skip to content

Commit

Permalink
Fix doc since: tag with with_locale update
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 23, 2022
1 parent b1b946b commit 42ec825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cldr.ex
Expand Up @@ -374,7 +374,7 @@ defmodule Cldr do
identified.
"""
@doc since: "2.27.0"
@doc since: "2.32.0"

@spec with_locale(Cldr.LanguageTag.t(), fun) :: any
def with_locale(%Cldr.LanguageTag{} = locale, fun) when is_function(fun) do
Expand Down

0 comments on commit 42ec825

Please sign in to comment.