From 8dab97c2253ab1a1d19e1ff6d7b9a6f628a39693 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sun, 17 Dec 2017 12:29:33 +0100 Subject: [PATCH] typo --- posts/what-makes-haskell-unique.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/what-makes-haskell-unique.md b/posts/what-makes-haskell-unique.md index 0237200..11b26b9 100644 --- a/posts/what-makes-haskell-unique.md +++ b/posts/what-makes-haskell-unique.md @@ -625,7 +625,7 @@ if you use the right kinds of functions. ### Laziness is awesome -Let's go back to psuedocode and rewrite our summation: +Let's go back to pseudocode and rewrite our summation: ``` total := 0