clarify comment

This commit is contained in:
Joey Hess 2020-12-14 16:52:53 -04:00
parent fac5ccb2e2
commit 205a837e8a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -30,7 +30,9 @@ data FileInfo = FileInfo
-- ^ path to a file containing the content, for operations -- ^ path to a file containing the content, for operations
-- that examine it -- that examine it
, matchFile :: RawFilePath , 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 data ProvidedInfo = ProvidedInfo