Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor authored Nov 4, 2017
1 parent 5ad845d commit 5fb9f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ R.any(a => a * a > 10)([1, 2, 3]) // => false
> append(valueToAppend: any, arr: Array): Array
```javascript
R.append('foo', ['bar', 'baz']) // => ['foo', 'bar', 'baz']
R.append('foo', ['bar', 'baz']) // => ['bar', 'baz', 'foo']
```

[Source](https://github.com/selfrefactor/rambda/tree/master/modules/append.js)
Expand Down

0 comments on commit 5fb9f1a

Please sign in to comment.