From bb025fc0e068552623b995976d0449f816eb30ba Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Sep 2015 13:12:21 -0400 Subject: improve comment --- Utility/Matcher.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') diff --git a/Utility/Matcher.hs b/Utility/Matcher.hs index d78e597dc..badf72acf 100644 --- a/Utility/Matcher.hs +++ b/Utility/Matcher.hs @@ -144,7 +144,7 @@ isEmpty MAny = True isEmpty _ = False {- Combines two matchers, yielding a matcher that will match anything - - both do. -} + - both do. But, if one matcher contains no limits, yield the other one. -} combineMatchers :: Matcher a -> Matcher a -> Matcher a combineMatchers a b | isEmpty a = b -- cgit v1.2.3