corrected typo (#113)

This commit is contained in:
Chandan Rai 2016-09-01 20:17:48 +05:30 committed by hemanth.hm
parent a67155dd44
commit 52b9f361b6

View file

@ -670,7 +670,7 @@ const map = (f) => (list) => list.map(f)
__Further reading__
* [Ramda's type signatures](https://github.com/ramda/ramda/wiki/Type-Signatures)
* [Mostly Adaquate Guide](https://drboolean.gitbooks.io/mostly-adequate-guide/content/ch7.html#whats-your-type)
* [Mostly Adequate Guide](https://drboolean.gitbooks.io/mostly-adequate-guide/content/ch7.html#whats-your-type)
* [What is Hindley-Milner?](http://stackoverflow.com/a/399392/22425) on Stack Overflow
## Union type