Skip to content

Commit

Permalink
Update lib/gettext/plural.ex
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Leopardi <an.leopardi@gmail.com>
  • Loading branch information
maennchen and whatyouhide authored Jan 19, 2023
1 parent 6b28f2d commit 12df317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/gettext/plural.ex
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ defmodule Gettext.Plural do
@callback plural(opts(), count :: integer()) :: plural_form :: non_neg_integer()

@doc """
Returns the plural forms header value for a given locale
Returns the plural forms header value for the given `locale`.
Fallback if not implemented: `"nplurals={nplurals};"`.
"""
Expand Down

0 comments on commit 12df317

Please sign in to comment.