Skip to content

Commit

Permalink
;doc: Hledger.Read: cleanups (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Nov 17, 2023
1 parent 037613a commit d717732
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions hledger-lib/Hledger/Read.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ involves these steps:
- if using -s/--strict: run additional strict checks
- if running import: do the import, updating the journal file
- if running import or print --new: save .latest files for each input file
- if running print --new: save .latest files for each input file.
(import also does this, as its final step.)
== Journal merging
Expand Down Expand Up @@ -72,8 +71,8 @@ which uses default options and has a simpler type signature.
One more variant, @readJournalFilesAndLatestDates@, is like
readJournalFiles but exposing the latest transaction date
(and how many on the same day) seen for each file,
after a successful import. This is used by the import command.
(and how many on the same day) seen for each file.
This is used by the import command.
-}

Expand Down

0 comments on commit d717732

Please sign in to comment.