gnucash-docs maint: Correct an error about equity being increased by a credit.

John Ralls jralls at code.gnucash.org
Sun Nov 23 19:06:18 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/f9797ee7 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/d0e2c7e7 (commit)



commit f9797ee7cd5ec1b9cbde0d73d7f3f119a8f371de
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 23 16:06:09 2014 -0800

    Correct an error about equity being increased by a credit.

diff --git a/guide/C/ch_basics.xml b/guide/C/ch_basics.xml
index 2fac965..881eff6 100644
--- a/guide/C/ch_basics.xml
+++ b/guide/C/ch_basics.xml
@@ -164,8 +164,8 @@
       
       <para>In traditional double-entry accounting, the left column in the
       register is used for debits, while the right column is used for credits.
-      Accountants record increases in asset, expense, and equity accounts on the
-      debit (left) side, and they record increases in liability, revenue, and capital
+      Accountants record increases in asset and expense accounts on the
+      debit (left) side, and they record increases in liability, revenue, and equity
       accounts on the credit (right) side. <application>&app;</application>
       follows this convention in the register.</para> 
       



Summary of changes:
 guide/C/ch_basics.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list