From 0e4d791371d731ca2aee016b80e0f8c017b1ea1b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 Nov 2017 06:12:55 -0700 Subject: [PATCH] doc: journal: use consistent semicolon comments in examples About to add support for # posting comments, but using the semicolon in examples makes them easier to test with Ledger. [ci skip] --- hledger-lib/doc/hledger_journal.5.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/doc/hledger_journal.5.m4.md b/hledger-lib/doc/hledger_journal.5.m4.md index 56b8e52d8..1ec0007d7 100644 --- a/hledger-lib/doc/hledger_journal.5.m4.md +++ b/hledger-lib/doc/hledger_journal.5.m4.md @@ -800,7 +800,7 @@ The commodity and display format will be applied to all subsequent commodity-les D $1,000.00 1/1 - a 5 # <- commodity-less amount, becomes $1 + a 5 ; <- commodity-less amount, becomes $1 b ```