about summary refs log tree commit diff
path: root/src/pronouns
diff options
context:
space:
mode:
authorThel Seraphim <thel.seraphim@gmail.com>2015-03-13 23:05:16 -0700
committerThel Seraphim <thel.seraphim@gmail.com>2015-03-13 23:05:16 -0700
commit58ea3864d809c51d056e411b883b311b42061190 (patch)
treee5e878c4aa9ee96bc3c57971ecff1234612c4d10 /src/pronouns
parent8e71056c5a264347803036d0d00154b6351dc91e (diff)
slight improvement of wording in reflexive pronoun example.
Diffstat (limited to 'src/pronouns')
-rw-r--r--src/pronouns/pages.clj2
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]