Travis build: 927

This commit is contained in:
Travis CI
2018-01-03 12:58:22 +00:00
parent 260f800e4e
commit aed235cefa
2 changed files with 2 additions and 2 deletions

View File

@ -4176,7 +4176,7 @@ palindrome('taco cat'); // true
If `num` is greater than `1` returns the plural form of the given string, else return the singular form.
Check if `num` is positive. Throw an appropriate `Error` if not, return the appropriate string otherwise.
Check if `num` is greater than `0`. Throw an appropriate `Error` if not, return the appropriate string otherwise.
Omit the third argument, `items`, to use a default plural form same as `item` suffixed with a single `'s'`.
```js