Skip to content

Commit

Permalink
Merge pull request #233 from tomByrer/patch-1
Browse files Browse the repository at this point in the history
fix README endswith typo
  • Loading branch information
stevemao committed Oct 27, 2019
2 parents 056549f + 884bd8a commit a9a0e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ Checks if string ends with the given target string.
'abc'.endsWith('c');
// => true

'abc'endsWith('b');
'abc'.endsWith('b');
// => false

'abc'.endsWith('b', 2);
Expand Down

0 comments on commit a9a0e8e

Please sign in to comment.