formatting

This commit is contained in:
Nathan Marz 2015-02-26 15:12:00 -05:00
parent a70d2518a9
commit a694ab3163

View file

@ -18,7 +18,7 @@ The usage of Specter will be explained via example. Suppose you have a sequence
user> (use 'com.rpl.specter)
nil
user> (select [ALL :a even?]
[{:a 1} {:a 2} {:a 4} {:a 3}])
[{:a 1} {:a 2} {:a 4} {:a 3}])
[2 4]
```