From 99b95f922567d96b282f4dd384a495c90c0a3c18 Mon Sep 17 00:00:00 2001 From: Prof Gra Date: Thu, 13 Jul 2017 13:59:56 +0200 Subject: [PATCH] Readme: fix what h should have returned Maybe I'm wrong. I'm just trying to understand the cycle. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c98ffb..dd4bed8 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ An `effect handler` (function) actions the `effects` returned by `h`. Here's what `h` returned: ```clj -{:db (dissoc-in db [:items item-id])} +{:db (dissoc-in db [:items 2486])} ``` Each key of the map identifies one kind of `effect`, and the value for that key supplies further details.