Skip to content

Commit fea809a

Browse files
committed
Fix typo
1 parent 4664c14 commit fea809a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hyperspace/world.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
(defn generate-without-intersection
16-
"Genereate new object (player, planet etc). fgen should be 0-arity function"
16+
"Generates new object (player, planet etc). fgen should be 0-arity function"
1717
[{:keys [planets] :as world} fgen]
1818
(first
1919
(remove #(circle-X-any-circle? % planets)

0 commit comments

Comments
 (0)