diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 23:05:16 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 23:05:16 -0700 |
commit | 58ea3864d809c51d056e411b883b311b42061190 (patch) | |
tree | e5e878c4aa9ee96bc3c57971ecff1234612c4d10 /src/pronouns/pages.clj | |
parent | 8e71056c5a264347803036d0d00154b6351dc91e (diff) |
slight improvement of wording in reflexive pronoun example.
Diffstat (limited to 'src/pronouns/pages.clj')
-rw-r--r-- | src/pronouns/pages.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj index 0995fc2..caa385b 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -34,7 +34,7 @@ (defn reflexive-example [subject reflexive] (wrap-para - [:span#sentence (wrap-pronoun subject) " threw it to " (wrap-pronoun reflexive)])) + [:span#sentence (wrap-pronoun subject) " threw the frisbee to " (wrap-pronoun reflexive)])) (defn twitter-name [name] |