From c05be2461fcd0c9e27cdfe3dc56f1fb5cc56caeb Mon Sep 17 00:00:00 2001 From: Samuel Miller Date: Tue, 17 Nov 2015 20:35:58 -0700 Subject: [PATCH] Added a space to make list in README.md appear --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc49050..646e8d9 100644 --- a/README.md +++ b/README.md @@ -1019,6 +1019,7 @@ Second, remind yourself that the `combining function` of a `reduce` takes two pa 2. the next collection member to fold in. Then notice that event handlers take two parameters too: + 1. the current state of `app-db` 2. the next item to fold in.