Blob Blame History Raw
From 325f8cb6442118c38121991bb76e03fd95ffcafc Mon Sep 17 00:00:00 2001
From: Martin Michlmayr <tbm@cyrius.com>
Date: Fri, 17 Oct 2014 21:22:02 -0400
Subject: [PATCH 6/9] Fix numbers from example

Thanks to Dominik Honnef.
---
 doc/ledger3.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 834cf96..e52aff2 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:
-- 
1.9.3