summaryrefslogtreecommitdiff
path: root/src/Hakyll
diff options
context:
space:
mode:
authoruu1101 <uu1101@gmail.com>2013-06-30 19:21:17 +0200
committeruu1101 <uu1101@gmail.com>2013-06-30 19:21:17 +0200
commitb5803bc7b6a4bb21a1df63a0b72d79719abd7bf9 (patch)
tree3a982ed98ebe0b66fbf99e30ec664ad6df920d26 /src/Hakyll
parent06cfafbf0d28c4f903b2eebba9c0456923454eec (diff)
downloadhakyll-b5803bc7b6a4bb21a1df63a0b72d79719abd7bf9.tar.gz
Correct example code: parseGlob ==> fromGlob
Diffstat (limited to 'src/Hakyll')
-rw-r--r--src/Hakyll/Core/Identifier/Pattern.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Core/Identifier/Pattern.hs b/src/Hakyll/Core/Identifier/Pattern.hs
index ac10746..92d7705 100644
--- a/src/Hakyll/Core/Identifier/Pattern.hs
+++ b/src/Hakyll/Core/Identifier/Pattern.hs
@@ -292,7 +292,7 @@ capture' (CaptureMany : ms) str =
--
-- Example:
--
--- > fromCapture (parseGlob "tags/*") "foo"
+-- > fromCapture (fromGlob "tags/*") "foo"
--
-- Result:
--