diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-10-17 21:22:02 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-10-17 21:22:02 -0400 |
commit | 325f8cb6442118c38121991bb76e03fd95ffcafc (patch) | |
tree | b69333d6d7e458e0eb51a7c77732d1cb291107e2 /doc | |
parent | 5eb62970423431bb3d81f31c24d53416d36b8801 (diff) | |
download | fork-ledger-325f8cb6442118c38121991bb76e03fd95ffcafc.tar.gz fork-ledger-325f8cb6442118c38121991bb76e03fd95ffcafc.tar.bz2 fork-ledger-325f8cb6442118c38121991bb76e03fd95ffcafc.zip |
Fix numbers from example
Thanks to Dominik Honnef.
Diffstat (limited to 'doc')
-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 834cf966..e52aff2b 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -3325,10 +3325,10 @@ For example, consider the stock sale given above: @end smallexample The commodity transferred into @samp{Assets:Brokerage} is not actually 10 -AAPL, but rather 10 AAPL @{$5.00@}. The figure in braces after the +AAPL, but rather 10 AAPL @{$50.00@}. The figure in braces after the amount is called the ``lot price''. It's Ledger's way of remembering that this commodity was transferred through an exchange, and that -$5.00 was the price of that exchange. +$50.00 was the price of that exchange. This becomes significant if you later sell that commodity again. For example, you might write this: |