Skip to content

Commit

Permalink
dev: lib: fix a failing doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Aug 18, 2022
1 parent 5fd5cd5 commit b32b130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hledger-lib/Hledger/Read/JournalReader.hs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ parse iopts f = parseAndFinaliseJournal journalp' iopts f
-- which should be finalised/validated before use.
--
-- >>> rejp (journalp <* eof) "2015/1/1\n a 0\n"
-- Right (Right Journal with 1 transactions, 1 accounts)
-- Right (Right Journal (unknown) with 1 transactions, 1 accounts)
--
journalp :: MonadIO m => ErroringJournalParser m ParsedJournal
journalp = do
Expand Down

0 comments on commit b32b130

Please sign in to comment.