Skip to content

Commit b0804a2

Browse files
committed
Tweak some wording
1 parent 9062919 commit b0804a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,9 +1439,9 @@ Prefer `printf` over `(print (format ...))`.
14391439
(println (format "Hello, %s!" name))
14401440
----
14411441

1442-
=== Flexible Comparison Functions [[multiple-arity-of-gt-and-ls-fns]]
1442+
=== Flexible Comparison Functions
14431443

1444-
When doing comparisons, keep in mind that Clojure's functions `<`,
1444+
When doing comparisons, leverage the fact that Clojure's functions `<`,
14451445
`>`, etc. accept a variable number of arguments.
14461446

14471447
[source,clojure]

0 commit comments

Comments
 (0)