diff options
author | Christian G. Warden <cwarden@xerus.org> | 2015-07-15 16:20:54 -0700 |
---|---|---|
committer | Christian G. Warden <cwarden@xerus.org> | 2015-07-15 16:20:54 -0700 |
commit | cf993fd077d58ca3bcbb150aa89d7f7d9dbcbc9d (patch) | |
tree | b0b5c662f0513b75e181d58a8c9b4ca0653acdf6 /doc | |
parent | a8eb9cb64c0c275f00eac0a895b2e015356c4699 (diff) | |
download | fork-ledger-cf993fd077d58ca3bcbb150aa89d7f7d9dbcbc9d.tar.gz fork-ledger-cf993fd077d58ca3bcbb150aa89d7f7d9dbcbc9d.tar.bz2 fork-ledger-cf993fd077d58ca3bcbb150aa89d7f7d9dbcbc9d.zip |
Fix Total Commodity Price Example
Replace `{$5.00}` with `{$50.00}` to be consistent with the example being presented.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 441b15d1..e70210ab 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3432,7 +3432,7 @@ but is not required to be used with them: It should be noted that this is a convenience only for cases where you buy and sell whole lots. The @{@{$500.00@}@} is @emph{not} an attribute -of the commodity, whereas @{$5.00@} is. In fact, when you write +of the commodity, whereas @{$50.00@} is. In fact, when you write @{@{$500.00@}@}, Ledger just divides that value by 10 and sees @{$50.00@}. So if you use the print command to look at this transaction, you'll see the single braces form in the output. The |