app/models/plutus/credit_amount.rb in plutus-0.8.1 vs app/models/plutus/credit_amount.rb in plutus-0.9.0
- old
+ new
@@ -1,10 +1,10 @@
module Plutus
- # The CreditAmount class represents credit entries in the transaction journal.
+ # The CreditAmount class represents credit entries in the entry journal.
#
# @example
# credit_amount = Plutus::CreditAmount.new(:account => revenue, :amount => 1000)
#
# @author Michael Bulat
class CreditAmount < Amount
end
-end
\ No newline at end of file
+end