From 92c87f088a77a7cdf38d9031b5c3a5df2d4eb061 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 25 Nov 2009 17:44:51 +0000 Subject: [PATCH] docs: updates --- Ledger/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ledger/Types.hs b/Ledger/Types.hs index 5d8a0f0d1..15897a70f 100644 --- a/Ledger/Types.hs +++ b/Ledger/Types.hs @@ -56,7 +56,7 @@ data Commodity = Commodity { data Amount = Amount { commodity :: Commodity, quantity :: Double, - price :: Maybe MixedAmount -- ^ unit price for this amount at posting time, if known (from \@ or P) + price :: Maybe MixedAmount -- ^ unit price/conversion rate for this amount at posting time } deriving (Eq) newtype MixedAmount = Mixed [Amount] deriving (Eq)