Skip to content

Commit 52b9f36

Browse files
Chandan Raihemanth
authored andcommitted
corrected typo (#113)
1 parent a67155d commit 52b9f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ const map = (f) => (list) => list.map(f)
670670

671671
__Further reading__
672672
* [Ramda's type signatures](https://github.com/ramda/ramda/wiki/Type-Signatures)
673-
* [Mostly Adaquate Guide](https://drboolean.gitbooks.io/mostly-adequate-guide/content/ch7.html#whats-your-type)
673+
* [Mostly Adequate Guide](https://drboolean.gitbooks.io/mostly-adequate-guide/content/ch7.html#whats-your-type)
674674
* [What is Hindley-Milner?](http://stackoverflow.com/a/399392/22425) on Stack Overflow
675675

676676
## Union type

0 commit comments

Comments
 (0)