File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -731,10 +731,9 @@ maybeNegate :: MatcherPrefix -> Bool -> Bool
731
731
maybeNegate Not origbool = not origbool
732
732
maybeNegate _ origbool = origbool
733
733
734
- -- | Given the conversion rules, a CSV record and a hledger field name, collect
735
- -- the value templates (and their parent Conditional Blocks where applicable)
736
- -- assigned to this field, if any, by top-level field assignments and
737
- -- conditional blocks matching this record.
734
+ -- | Given the conversion rules, a CSV record and a hledger field name, find
735
+ -- either the last applicable `ConditionalBlock`, or the final value template
736
+ -- assigned to this field by a top-level field assignment, if any exist.
738
737
--
739
738
-- Note conditional blocks' patterns are matched against an approximation of the
740
739
-- CSV record: all the field values, without enclosing quotes, comma-separated.
You can’t perform that action at this time.
0 commit comments