diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 20:55:45 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 20:55:45 -0700 |
commit | e7f1120416313b556587fd53a471b5ce96d166a1 (patch) | |
tree | 48a9225ad76a2871c25547b5f80c1404ff985df6 | |
parent | 3dc6c69536cb237e6f041feeae3e65e3cfec5334 (diff) |
slight wording change
-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 6d1fdb7..3132dbe 100644 --- a/src/pronouns/pages.clj +++ b/src/pronouns/pages.clj @@ -61,7 +61,7 @@ (defn examples-block [subject object possessive-determiner possessive-pronoun reflexive] [:div {:class "examples"} - [:p [:h1 "Usage examples:"]] + [:p [:h1 "Here are some usage examples for my pronouns:"]] (subject-example subject) (object-example object) (posessive-determiner-example subject possessive-determiner) |