Skip to content

Commit

Permalink
Very minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
amalloy committed Apr 5, 2011
1 parent 4b762fa commit da53f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amalloy/utils.clj
Expand Up @@ -10,7 +10,7 @@

(defn iterate-until
[pred f start]
(take-while (complement pred)
(take-while (! pred)
(iterate f start)))

(defn trim-seq "Trim a sequence at the first nil element"
Expand Down

0 comments on commit da53f0e

Please sign in to comment.