Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Harris-Miller committed Apr 28, 2023
1 parent e6e167b commit 5dd2540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/map.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This means that you cannot do this
```typescript
map(parseInt)(['1', '2']) // ok
map(parseInt)({ foo: '1', bar :'2' }) // errors
map(praseInt)(Just('1')) // errors
map(parseInt)(Just('1')) // errors
```

To fix this, a single function returns an overload of functions
Expand Down

0 comments on commit 5dd2540

Please sign in to comment.