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]
This commit is contained in:
Simon Michael 2017-11-01 06:12:55 -07:00
parent 949c53e203
commit 0e4d791371

View File

@ -800,7 +800,7 @@ The commodity and display format will be applied to all subsequent commodity-les
D $1,000.00 D $1,000.00
1/1 1/1
a 5 # <- commodity-less amount, becomes $1 a 5 ; <- commodity-less amount, becomes $1
b b
``` ```