From 498769123308cf118102fb1d3d235fc67d0fb6b1 Mon Sep 17 00:00:00 2001 From: Max Penet Date: Thu, 27 Feb 2014 10:00:15 +0100 Subject: [PATCH] formating --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53cc0eb..6058779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,13 @@ notation), it now expects a seq of seq: ```clojure - (where [[= :a 1] [> :b 2]])``` + (where [[= :a 1] [> :b 2]]) + ``` It can still receive a map, but it will only assume =, a vector of 2 elements will asume = too. -** `where'` is the same but allows to skip passing the wrapping vector: +* `where'` same as `where` but allows to skip passing the wrapping vector: ```clojure (where' [= :b 2] [> :c 3]) ```