diff options
author | John Wiegley <johnw@newartisans.com> | 2018-09-03 09:54:40 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2018-09-03 10:25:52 -0700 |
commit | 3bc5c4d43c20e3f61368b749cd9611684f7b97dd (patch) | |
tree | 9d3afc6f8820566c8d5a28211d45f9dbe80fff64 /doc/ledger3.texi | |
parent | da1c3c2627fef41f7a932533e1807b4552c03610 (diff) | |
download | fork-ledger-3bc5c4d43c20e3f61368b749cd9611684f7b97dd.tar.gz fork-ledger-3bc5c4d43c20e3f61368b749cd9611684f7b97dd.tar.bz2 fork-ledger-3bc5c4d43c20e3f61368b749cd9611684f7b97dd.zip |
Fix two bugs in the documentation
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 751b91f1..918f03d0 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3547,7 +3547,7 @@ Plus, it comes with dangers. This works fine: @smallexample @c input:validate 2012-04-10 My Broker - Assets:Brokerage 10 AAPL @@@@ $50.00 + Assets:Brokerage 10 AAPL @@ $50.00 Assets:Brokerage:Cash $-500.00 2012-04-10 My Broker @@ -3566,7 +3566,7 @@ But this does not do what you might expect: @smallexample 2012-04-10 My Broker - Assets:Brokerage 10 AAPL @@@@ $50.00 + Assets:Brokerage 10 AAPL @@ $50.00 Assets:Brokerage:Cash $-500.00 2012-04-10 My Broker |