Skip to content

Commit

Permalink
Merge branch 'master' of github.com:selfrefactor/rambda
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Mar 11, 2020
2 parents 4adf66d + 43f9fbc commit eeeb33e
Show file tree
Hide file tree
Showing 68 changed files with 387 additions and 392 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import { endsWith } from 'endsWith'
test('endsWith', () => {
expect(
endsWith('oo')('foo')
).toBeTruthy()
).toBeTrue()
})
```

Expand Down
Loading

0 comments on commit eeeb33e

Please sign in to comment.