diff options
author | uu1101 <uu1101@gmail.com> | 2013-06-30 19:21:17 +0200 |
---|---|---|
committer | uu1101 <uu1101@gmail.com> | 2013-06-30 19:21:17 +0200 |
commit | b5803bc7b6a4bb21a1df63a0b72d79719abd7bf9 (patch) | |
tree | 3a982ed98ebe0b66fbf99e30ec664ad6df920d26 /src | |
parent | 06cfafbf0d28c4f903b2eebba9c0456923454eec (diff) | |
download | hakyll-b5803bc7b6a4bb21a1df63a0b72d79719abd7bf9.tar.gz |
Correct example code: parseGlob ==> fromGlob
Diffstat (limited to 'src')
-rw-r--r-- | src/Hakyll/Core/Identifier/Pattern.hs | 2 |
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: -- |