diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-27 12:42:15 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-01-27 12:42:15 +0100 |
commit | cf2c4ad77c73352d1ea065323e6e1c2d304040dd (patch) | |
tree | 591e46946f94a4c67f4b3bf0a22b1064378fccee /src/Text | |
parent | 8e78fe04f69f3d3ff444518844f6755fd379a6aa (diff) | |
download | hakyll-cf2c4ad77c73352d1ea065323e6e1c2d304040dd.tar.gz |
Fixed typos in comments.
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Hakyll/Tags.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Hakyll/Tags.hs b/src/Text/Hakyll/Tags.hs index d36a866..16796c6 100644 --- a/src/Text/Hakyll/Tags.hs +++ b/src/Text/Hakyll/Tags.hs @@ -91,13 +91,13 @@ renderTagCloud tagMap urlFunction minSize maxSize = -- | Render all tags to links. -- --- On your side, it is nice if you can display the tags on a page, but +-- On your site, it is nice if you can display the tags on a page, but -- naturally, most people would expect these are clickable. -- -- So, this function takes a function to produce an url for a given tag, and -- applies it on all tags. -- --- Note that it is your own responsibility to ensure a page which such an url +-- Note that it is your own responsibility to ensure a page with such an url -- exists. renderTagLinks :: (String -> String) -- ^ Function to produce an url for a tag. -> ContextManipulation |