From 07ca8954a5afef265253dd7fa2b77561a8b7470a Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 23 Dec 2010 18:24:19 +0100 Subject: Minor change to pattern documentation --- src/Hakyll/Core/Identifier/Pattern.hs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/Hakyll') diff --git a/src/Hakyll/Core/Identifier/Pattern.hs b/src/Hakyll/Core/Identifier/Pattern.hs index 28c31f2..b5f01e5 100644 --- a/src/Hakyll/Core/Identifier/Pattern.hs +++ b/src/Hakyll/Core/Identifier/Pattern.hs @@ -1,10 +1,7 @@ -- | Module providing pattern matching and capturing on 'Identifier's. -- --- A very simple pattern could be, for example: --- --- > foo/bar --- --- This pattern will only match the @foo\/bar@ identifier. +-- A very simple pattern could be, for example, @foo\/bar@. This pattern will +-- only match the exact @foo\/bar@ identifier. -- -- To match more than one identifier, there are different captures that one can -- use: -- cgit v1.2.3