week4 tweaks
authorJim Pryor <profjim@jimpryor.net>
Tue, 5 Oct 2010 03:22:27 +0000 (23:22 -0400)
committerJim Pryor <profjim@jimpryor.net>
Tue, 5 Oct 2010 03:22:27 +0000 (23:22 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
week4.mdwn

index 8353afb..49a2c1f 100644 (file)
@@ -595,7 +595,7 @@ detail](http://okmij.org/ftp/Streams.html#enumerator-stream).
 >      
 >                      f a (f b (f c (f d (f e z))))
 >      
->      The left fold on the other hand starts combining `z` with elements from the left. `f z z` is then combined with `b`, and so on:
+>      The left fold on the other hand starts combining `z` with elements from the left. `f z a` is then combined with `b`, and so on:
 >      
 >                      f (f (f (f (f z a) b) c) d) e
 >