diff options
author | samgd <sam@samgd.com> | 2016-07-25 18:49:32 +0200 |
---|---|---|
committer | samgd <sam@samgd.com> | 2016-07-25 18:49:32 +0200 |
commit | a31a5654036c8d8b43d24d3d8cef4e342c517a47 (patch) | |
tree | 63659f9864780c9d50d474cb59c4d18f673c60cb /src/Hakyll/Web | |
parent | 11ef948720fab551173852e0f67da04990171433 (diff) | |
download | hakyll-a31a5654036c8d8b43d24d3d8cef4e342c517a47.tar.gz |
s/that/that the/
Diffstat (limited to 'src/Hakyll/Web')
-rw-r--r-- | src/Hakyll/Web/Template.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Web/Template.hs b/src/Hakyll/Web/Template.hs index 4a8d94c..8118fff 100644 --- a/src/Hakyll/Web/Template.hs +++ b/src/Hakyll/Web/Template.hs @@ -115,7 +115,7 @@ -- That is, calling @$partial$@ is equivalent to just copying and pasting -- template code. -- --- In the examples above you can see that outputs contain a lot of leftover +-- In the examples above you can see that the outputs contain a lot of leftover -- whitespace that you may wish to remove. Using @'$-'@ or @'-$'@ instead of -- @'$'@ in a macro strips all whitespace to the left or right of that clause -- respectively. Given the context |