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.
1 parent 4f4a421 commit 0a16328Copy full SHA for 0a16328
src/com/dean/interval_tree/tree/order.clj
@@ -5,7 +5,7 @@
5
;; Comparator
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
8
-;; Normalize allows the faster `case` to be used. When using `compare` on strings, values can be outside of +/- 1`
+;; Normalize allows the faster method `case` to be used. When using `compare` on strings, values can be outside of +/- 1
9
10
(defn normalize ^long [^long x]
11
(if (zero? x)
0 commit comments