Skip to content

Commit

Permalink
Fix typo in Dutch docs (Nl.elm) (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kutyel authored Apr 18, 2024
1 parent 38f9ac7 commit 6154ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluralRules/Nl.elm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defaultPluralize word =
word ++ "en"


{-| Pluralization function for French rules (adding `"en"` in the general case).
{-| Pluralization function for Dutch rules (adding `"en"` in the general case).
Make your own helper function that gives `pluralize` your rules, so that you
don't need to mention them every time!
Expand Down

0 comments on commit 6154ae9

Please sign in to comment.