We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4664c14 commit fea809aCopy full SHA for fea809a
1 file changed
src/hyperspace/world.clj
@@ -13,7 +13,7 @@
13
14
15
(defn generate-without-intersection
16
- "Genereate new object (player, planet etc). fgen should be 0-arity function"
+ "Generates new object (player, planet etc). fgen should be 0-arity function"
17
[{:keys [planets] :as world} fgen]
18
(first
19
(remove #(circle-X-any-circle? % planets)
0 commit comments