Skip to content

Commit

Permalink
Fix singular form in 'Web/JavaScript/Reference/Global_Objects/Intl/Pl…
Browse files Browse the repository at this point in the history
…uralRules' example (#36948)

fix singular form in example
  • Loading branch information
leon-win authored Nov 24, 2024
1 parent 46dd9c0 commit 7d2a778
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This allows construction of sentences that make sense in English for each case,
Creating appropriate sentences for each form depends on the language, and even in English may not be as simple as just adding "s" to a noun to make the plural form.
Using the example above, we see that the form may affect:

- **Nouns**: 1 dogs/2 dogs (but not "fish" or "sheep", which have the same singular and plural form).
- **Verbs**: 1 dog _is_ happy, 2 dogs _are_ happy
- **Nouns**: 1 dog, 2 dogs (but not "fish" or "sheep", which have the same singular and plural form).
- **Verbs**: 1 dog _is_ happy, 2 dogs _are_ happy.
- **Pronouns** (and other referents): Do you want to play with _it_ / _them_.

Other languages have more forms, and choosing appropriate sentences can be even more complex.
Expand Down

0 comments on commit 7d2a778

Please sign in to comment.