summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-08-03 18:36:59 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-08-03 18:36:59 +0200
commit6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f (patch)
treeb424ff8afa3b1d53b6ba109ca72535f211590f29
parent2d4c925e7f11d1ba04b973753eb1a947622ce806 (diff)
downloaddirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar
dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar.gz
dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar.bz2
dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.tar.xz
dirty-haskell.org-6bf99d8fd6c056c165e0c4b0421c0feeb773ff0f.zip
Joke grammar.
-rw-r--r--provider/posts/hakyll.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/provider/posts/hakyll.md b/provider/posts/hakyll.md
index 844616b..fe2f856 100644
--- a/provider/posts/hakyll.md
+++ b/provider/posts/hakyll.md
@@ -113,8 +113,8 @@ Therefore it seems to keep a list of
113[Identifier](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Core-Identifier.html#t:Identifier)s 113[Identifier](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Core-Identifier.html#t:Identifier)s
114it has encountered with priority given to the more early ones. 114it has encountered with priority given to the more early ones.
115 115
116I thus had to tweak the function that does `Identifier`/`String` conversion for 116It was thus necessary to tweak the function that does `Identifier`/`String`
117tags contained within a 117conversion for tags contained within a
118[Tags](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:Tags) 118[Tags](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:Tags)
119structure if I wanted to use (the very convenient) 119structure if I wanted to use (the very convenient)
120[tagsRules](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:tagsRules) 120[tagsRules](http://hackage.haskell.org/package/hakyll-4.7.2.2/docs/Hakyll-Web-Tags.html#v:tagsRules)