Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Feb 27, 2014
1 parent caacc61 commit 4987691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
```
Expand Down

0 comments on commit 4987691

Please sign in to comment.