formatting
This commit is contained in:
parent
a70d2518a9
commit
a694ab3163
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ The usage of Specter will be explained via example. Suppose you have a sequence
|
||||||
user> (use 'com.rpl.specter)
|
user> (use 'com.rpl.specter)
|
||||||
nil
|
nil
|
||||||
user> (select [ALL :a even?]
|
user> (select [ALL :a even?]
|
||||||
[{:a 1} {:a 2} {:a 4} {:a 3}])
|
[{:a 1} {:a 2} {:a 4} {:a 3}])
|
||||||
[2 4]
|
[2 4]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue