Skip to content

Commit

Permalink
fix code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Jan 16, 2015
1 parent 8d06d26 commit 5135cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ insert('Hello ', 6, 'world')

```javascript
replaceAll('foo', 'o', 'a')
=> 'faa'
// => 'faa'
```

#### isBlank(string) => boolean
Expand Down

0 comments on commit 5135cb9

Please sign in to comment.