aboutsummaryrefslogtreecommitdiff
path: root/Utils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utils.hs')
-rw-r--r--Utils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utils.hs b/Utils.hs
index f95351e..c220cb7 100644
--- a/Utils.hs
+++ b/Utils.hs
@@ -26,7 +26,7 @@ hasSuffix s = isJust . stripSuffix s
second :: (a -> b) -> (c, a) -> (c, b)
second f (a, b) = (a, f b)
--- | A pandoc walker for printing the URLs.
+-- | A pandoc walker for modifying the URLs.
walkURLs :: (FilePath -> Site FilePath) -> Text.Pandoc.Definition.Pandoc -> Site Text.Pandoc.Definition.Pandoc
walkURLs f = Text.Pandoc.Walk.walkM go
where