Use consistent wording
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
(in-ns 'play-clj.core)
|
(in-ns 'play-clj.core)
|
||||||
|
|
||||||
(defn find-first
|
(defn find-first
|
||||||
"Finds the first entity in `entities` for which `match-fn` returns true.
|
"Returns the first entity in `entities` for which `match-fn` returns true.
|
||||||
|
|
||||||
(find-first :player? entities)
|
(find-first :player? entities)
|
||||||
(find-first #(= :menu (:id %)) entities)"
|
(find-first #(= :menu (:id %)) entities)"
|
||||||
|
|||||||
Reference in New Issue
Block a user