Skip to content

Commit 94c55ce

Browse files
committed
Accept request chnages for modifing comments
1 parent fc3eaee commit 94c55ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pluralizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(Word $word)
3636
}
3737

3838
/**
39-
* Pluralize words.
39+
* Pluralize the word.
4040
*
4141
* @return Word
4242
*/
@@ -80,7 +80,7 @@ public function singularize()
8080
}
8181

8282
/**
83-
* Check the word is uncountable.
83+
* Check the word is uncountable, meaning there is no spelling difference between the plural and singular versions of the word.
8484
*
8585
* @return bool
8686
*/

0 commit comments

Comments
 (0)