Travis build: 976

This commit is contained in:
30secondsofcode
2018-01-03 17:42:39 +00:00
parent 8dec972956
commit 224138fb57
2 changed files with 5 additions and 1 deletions

View File

@ -4323,7 +4323,7 @@ palindrome('taco cat'); // true
<br>[⬆ Back to top](#table-of-contents)
# pluralize
### pluralize
If `num` is greater than `1` returns the plural form of the given string, else return the singular form.