From f0ff86660d4d33bb1ac3906f833494a3ad9b3ffd Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Mon, 4 Oct 2010 23:22:27 -0400 Subject: [PATCH 1/1] week4 tweaks Signed-off-by: Jim Pryor --- week4.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week4.mdwn b/week4.mdwn index 8353afb7..49a2c1f0 100644 --- a/week4.mdwn +++ b/week4.mdwn @@ -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 > -- 2.11.0