diff --git a/src/wherefore_art_thou/core.clj b/src/wherefore_art_thou/core.clj index 3b061bd..fabb05e 100644 --- a/src/wherefore_art_thou/core.clj +++ b/src/wherefore_art_thou/core.clj @@ -142,7 +142,7 @@ g' (if (keyword? gender) gender (:gender gender))] (or (when last-consonant? - (when g' + (when (keyword? g') (rand-nth (-> *genders* g' :suffixes)))) "")))