Skip to content

Commit

Permalink
Correct the description of _.isString
Browse files Browse the repository at this point in the history
The previous description was copy-pasted from _.endsWith. This updated description comes from https://lodash.com/docs/4.17.15#isString.
  • Loading branch information
roryokane committed Jun 30, 2020
1 parent 1c3f1c5 commit 1f1bb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2437,7 +2437,7 @@ Checks if string ends with the given target string.
### _.isString
:heavy_exclamation_mark:`Not in Underscore.js`
Checks if string ends with the given target string.
Checks if value is classified as a String primitive or object.
```js
// Lodash
Expand Down

0 comments on commit 1f1bb0b

Please sign in to comment.