;fix: import: minor typo

This commit is contained in:
Jonathan Dowland 2023-08-31 19:45:10 +01:00 committed by Simon Michael
parent 23c961f4bb
commit c619e387ea

View File

@ -258,7 +258,7 @@ data CsvRules' a = CsvRules' {
type CsvRulesParsed = CsvRules' ()
-- | Type used after parsing is done. Directives, assignments and conditional blocks
-- are in the same order as they were in the unput file and rblocksassigning is functional.
-- are in the same order as they were in the input file and rblocksassigning is functional.
-- Ready to be used for CSV record processing
type CsvRules = CsvRules' (Text -> [ConditionalBlock]) -- XXX simplify