diff options
-rw-r--r-- | doc/GLOSSARY.md | 2 | ||||
-rw-r--r-- | doc/ledger3.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/GLOSSARY.md b/doc/GLOSSARY.md index 263a3cff..f64d0cf3 100644 --- a/doc/GLOSSARY.md +++ b/doc/GLOSSARY.md @@ -26,7 +26,7 @@ ACCOUNTING GLOSSARY determines if a debit represents an increase or decrease in an account. For example, Inventory is an asset so a transaction debiting Inventory would increase its value. Assets and Expenses increase with debits and decrease - with credits; Liabilities, Equity, and Expenses increase with credits and + with credits; Liabilities, Equity, and Income increase with credits and decrease with debits. **Journal**: A record of all the financial transactions of a person or firm. diff --git a/doc/ledger3.texi b/doc/ledger3.texi index e49ebbbd..3d805100 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -425,7 +425,7 @@ There are plenty of people using Ledger for accounting applications. Some have documented how they use Ledger's features to solve their accounting problems. -Once such tutorial, specifically designed for non-profit charities that seek +One such tutorial, specifically designed for non-profit charities that seek to use Ledger, can be found at @url{https://k.sfconservancy.org/NPO-Accounting/npo-ledger-cli} (with a copy on GitHub also available at @url{https://github.com/conservancy/npo-ledger-cli/}). If |