From 205a837e8a711876ea19a829d6da527ca0c8ae5c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Dec 2020 16:52:53 -0400 Subject: [PATCH] clarify comment --- Types/FileMatcher.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Types/FileMatcher.hs b/Types/FileMatcher.hs index 77c2526465..70d9e40d7f 100644 --- a/Types/FileMatcher.hs +++ b/Types/FileMatcher.hs @@ -30,7 +30,9 @@ data FileInfo = FileInfo -- ^ path to a file containing the content, for operations -- that examine it , matchFile :: RawFilePath - -- ^ filepath to match on; may be relative to top of repo or cwd + -- ^ filepath to match on; may be relative to top of repo or cwd, + -- depending on how globs in preferred content expressions + -- are intended to be matched } data ProvidedInfo = ProvidedInfo -- 2.30.2