Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
misspelled “implement”
  • Loading branch information
legomushroom committed Sep 14, 2015
1 parent eeef737 commit e4452f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch9.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ var ex3 = undefined;

// Exercise 4
// ==========
// Use validateEmail, addToMailingList, and emailBlast to implmeent ex4's type
// Use validateEmail, addToMailingList, and emailBlast to implement ex4's type
// signature.

// addToMailingList :: Email -> IO([Email])
Expand Down

0 comments on commit e4452f5

Please sign in to comment.