Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Feb 20, 2015
1 parent a7bc406 commit 3d1b211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ var bool = isLowercase( value );
// returns true
```

__Note__: this method validates that a `value` is a `string`. For all other types, the method returns `false`.
__Note__: this method first validates that a `value` is a `string`. For all other types, the method returns `false`.



Expand Down

0 comments on commit 3d1b211

Please sign in to comment.