From 06377fb48fc09443a69981bcc9755b94738a9dc0 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sun, 20 Jul 2014 01:03:03 -0500 Subject: [PATCH] bloody typo --- dialogues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogues.md b/dialogues.md index 574b3cd..df62049 100644 --- a/dialogues.md +++ b/dialogues.md @@ -66,7 +66,7 @@ doubleEveryOther list = reverse .doubleEveryOtherForward . reverse $ list 05:04 < mm_freak_> dealing with ASTs is a real joy in haskell, because most of the code writes itself =) ``` -## Contination passing style, CPS transform +## Continuation passing style, CPS transform ``` 05:10 < pyro-> now i am writing a cpsTransform function :D