changeset 201:53a74450dc8a

correct grammar lol.
author Robert McIntyre <rlm@mit.edu>
date Fri, 23 Mar 2012 02:44:45 -0500
parents 1e2aa688e6e4
children 1ce54929bc0c
files clojure/com/aurellem/gb/pokemon.clj
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/pokemon.clj	Fri Mar 23 02:41:22 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/pokemon.clj	Fri Mar 23 02:44:45 2012 -0500
     1.3 @@ -316,7 +316,7 @@
     1.4                    (str
     1.5                     "("
     1.6                     (.substring (str (:species2 info)) 1) ")\n")
     1.7 -                  "that does not match it's primary species."))
     1.8 +                  "that does not match its primary species."))
     1.9         (if (not= :normal (:status info))
    1.10           (println "\nThis pokemon is currently"
    1.11                    (.substring (str (:status info) ".") 1)))))