Skip to content

Commit

Permalink
Merge pull request #450 from kjirou/improve-document-of-insert
Browse files Browse the repository at this point in the history
Improve a document of insert method
  • Loading branch information
stoeffel committed Sep 30, 2015
2 parents 9f6eb66 + 0f9663f commit 4a4c7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -248,7 +248,7 @@ unescapeHTML("<div>Blah blah blah</div>");
#### insert(string, index, substring) => string

```javascript
insert("Hello ", 6, "world");
insert("Hellworld", 4, "o ");
// => "Hello world"
```

Expand Down

0 comments on commit 4a4c7d7

Please sign in to comment.