about summary refs log tree commit diff
path: root/src/pronouns/pages.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/pronouns/pages.clj')
-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]