Closed kipcole9 closed 2 years ago
Gettext.put_locale/{1,2} delegates to Process.put/2 which returns the previously set value for the key which may be nil or term().
The @spec for Gettext.put_locale/{1,2} is updated to specify the return of locale | nil to reflect this.
locale | nil
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
Gettext.put_locale/{1,2} delegates to Process.put/2 which returns the previously set value for the key which may be nil or term().
The @spec for Gettext.put_locale/{1,2} is updated to specify the return of
locale | nil
to reflect this.