Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b43d550 + 7ae9bfc commit b0f4f18Copy full SHA for b0f4f18
02_composite-data/2-24_sorting.asciidoc
@@ -74,7 +74,7 @@ This means that you can pass regular Clojure predicates to +sort+:
74
(sort > [1 4 3 2])
75
;; -> (4 3 2 1)
76
77
-(sort > [1 4 3 2])
+(sort < [1 4 3 2])
78
;; -> (1 2 3 4)
79
----
80
0 commit comments