clarify comment
This commit is contained in:
parent
fac5ccb2e2
commit
205a837e8a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue