diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-12-23 18:24:19 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2010-12-23 18:24:19 +0100 |
commit | 07ca8954a5afef265253dd7fa2b77561a8b7470a (patch) | |
tree | f84e91ed45004dc17835b2f459a0136f07bad1e9 /src/Hakyll/Core/Identifier | |
parent | 10328b890cee125d8b5bd1c2a0a8d3b2489c4267 (diff) | |
download | hakyll-07ca8954a5afef265253dd7fa2b77561a8b7470a.tar.gz |
Minor change to pattern documentation
Diffstat (limited to 'src/Hakyll/Core/Identifier')
-rw-r--r-- | src/Hakyll/Core/Identifier/Pattern.hs | 7 |
1 files changed, 2 insertions, 5 deletions
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: |