specified that we are working in English

This commit is contained in:
Thel Seraphim 2015-03-14 01:25:45 -07:00
parent 7f8bfd2326
commit 08cadfb6d3

View File

@ -70,7 +70,7 @@
(defn format-pronoun-examples (defn format-pronoun-examples
[subject object possessive-determiner possessive-pronoun reflexive] [subject object possessive-determiner possessive-pronoun reflexive]
(let [title "Pronoun Island: Examples"] (let [title "Pronoun Island: English Language Examples"]
(html (html
[:html [:html
[:head [:head
@ -109,7 +109,7 @@
[:body [:body
(title-block title) (title-block title)
[:div {:class "table"} [:div {:class "table"}
[:p "pronoun.is is a www site for showing people how to use pronouns"] [:p "pronoun.is is a www site for showing people how to use pronouns in English."]
[:p "here are some pronouns the site knows about:"] [:p "here are some pronouns the site knows about:"]
[:ul links]]] [:ul links]]]
(contact-block)]))) (contact-block)])))