Correct example code: parseGlob ==> fromGlob

This commit is contained in:
uu1101 2013-06-30 19:21:17 +02:00
parent 06cfafbf0d
commit b5803bc7b6

View file

@ -292,7 +292,7 @@ capture' (CaptureMany : ms) str =
--
-- Example:
--
-- > fromCapture (parseGlob "tags/*") "foo"
-- > fromCapture (fromGlob "tags/*") "foo"
--
-- Result:
--