Update variation.cljc

This commit is contained in:
Ryan Boldi 2023-10-14 21:55:58 -04:00
parent d427e3a9bd
commit 63ff79e1e4

View File

@ -383,4 +383,4 @@ The function `new-individual` returns a new individual produced by selection and
:else :else
(throw #?(:clj (Exception. (str "No match in new-individual for " op)) (throw #?(:clj (Exception. (str "No match in new-individual for " op))
:cljs (js/Error :cljs (js/Error
(str "No match in new-individual for " op))))))}) (str "No match in new-individual for " op))))))}))