mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
Fix Documentation for journalExpenseAccountQuery
This commit is contained in:
parent
d868a7e170
commit
f574b782fa
@ -347,7 +347,7 @@ journalRevenueAccountQuery = journalAccountTypeQuery Revenue "^(income|revenue)s
|
||||
-- | A query for accounts in this journal which have been
|
||||
-- declared as Expense by account directives, or otherwise for
|
||||
-- accounts with names matched by the case-insensitive regular expression
|
||||
-- @^(income|revenue)s?(:|$)@.
|
||||
-- @^expenses?(:|$)@.
|
||||
journalExpenseAccountQuery :: Journal -> Query
|
||||
journalExpenseAccountQuery = journalAccountTypeQuery Expense "^expenses?(:|$)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user