From 52b9f361b64db3c7d4b9fdc5aeeb0e92f8e33abf Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Thu, 1 Sep 2016 20:17:48 +0530 Subject: [PATCH] corrected typo (#113) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3206093..57b0296 100644 --- a/readme.md +++ b/readme.md @@ -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