summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2013-07-01 01:34:01 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2013-07-01 01:34:01 -0700
commit23efeb2405ac149569444ddb0fc5808251d9df71 (patch)
tree3a982ed98ebe0b66fbf99e30ec664ad6df920d26 /src
parent06cfafbf0d28c4f903b2eebba9c0456923454eec (diff)
parentb5803bc7b6a4bb21a1df63a0b72d79719abd7bf9 (diff)
downloadhakyll-23efeb2405ac149569444ddb0fc5808251d9df71.tar.gz
Merge pull request #166 from uu1101/doc-fix
Correct example code: parseGlob ==> fromGlob
Diffstat (limited to 'src')
-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:
--