# HG changeset patch # User Robert McIntyre # Date 1332488685 18000 # Node ID 53a74450dc8a8db8e5a54473ec7160a84a1ff4d0 # Parent 1e2aa688e6e4378058b33b7f54ce6f1cfaa1a3ca correct grammar lol. diff -r 1e2aa688e6e4 -r 53a74450dc8a clojure/com/aurellem/gb/pokemon.clj --- a/clojure/com/aurellem/gb/pokemon.clj Fri Mar 23 02:41:22 2012 -0500 +++ b/clojure/com/aurellem/gb/pokemon.clj Fri Mar 23 02:44:45 2012 -0500 @@ -316,7 +316,7 @@ (str "(" (.substring (str (:species2 info)) 1) ")\n") - "that does not match it's primary species.")) + "that does not match its primary species.")) (if (not= :normal (:status info)) (println "\nThis pokemon is currently" (.substring (str (:status info) ".") 1)))))