From b5803bc7b6a4bb21a1df63a0b72d79719abd7bf9 Mon Sep 17 00:00:00 2001 From: uu1101 Date: Sun, 30 Jun 2013 19:21:17 +0200 Subject: Correct example code: parseGlob ==> fromGlob --- src/Hakyll/Core/Identifier/Pattern.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Hakyll/Core') 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: -- -- cgit v1.2.3