From 58374bf730e496a2c6f08bd144f02683e9795480 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Jul 2007 14:41:22 +0000 Subject: [PATCH] clarify comment --- EntryTransaction.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EntryTransaction.hs b/EntryTransaction.hs index b69c0518c..af277f317 100644 --- a/EntryTransaction.hs +++ b/EntryTransaction.hs @@ -9,9 +9,9 @@ import Amount -- We convert Transactions into EntryTransactions, which are (entry, --- transaction) pairs, since I couldn't see how to easily have --- transactions reference their entry like in OO. These are referred to --- as just "transactions" hereafter. +-- transaction) pairs, since I couldn't see how to have transactions +-- reference their entry like in OO. These are referred to as just +-- "transactions" in code above. type EntryTransaction = (Entry,Transaction)