Skip to content

Commit 0a16328

Browse files
committed
Improve normalize comment in order.clj
1 parent 4f4a421 commit 0a16328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/dean/interval_tree/tree/order.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Comparator
66
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
77

8-
;; Normalize allows the faster `case` to be used. When using `compare` on strings, values can be outside of +/- 1`
8+
;; Normalize allows the faster method `case` to be used. When using `compare` on strings, values can be outside of +/- 1
99

1010
(defn normalize ^long [^long x]
1111
(if (zero? x)

0 commit comments

Comments
 (0)