summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2016-12-03 09:33:18 -0800
committerGitHub <noreply@github.com>2016-12-03 09:33:17 -0800
commit0e1c6115b37cc2ddde2d981dfd0e329be626316c (patch)
treefbecd70f6d7c5a5b282b25fdfb9546d707d8cc55
parentd89dad47808811435b06fcfd2a5578c33b77774d (diff)
parent4d64032eb068cf35220b8d2a426bdf80bb79da3b (diff)
downloadfork-ledger-0e1c6115b37cc2ddde2d981dfd0e329be626316c.tar.gz
fork-ledger-0e1c6115b37cc2ddde2d981dfd0e329be626316c.tar.bz2
fork-ledger-0e1c6115b37cc2ddde2d981dfd0e329be626316c.zip
Merge pull request #483 from andreas-h/patch-1
Fix typo in documentation
-rw-r--r--doc/ledger3.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 5407aa71..7f389e21 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -9126,7 +9126,7 @@ Even if you don't create a session manually, one is created for you by
the top-level interface functions. The Session is where objects live
like the Commodities that Amounts refer to.
-The make a Session useful, you must read a Journal into it, using the
+To make a Session useful, you must read a Journal into it, using the
function `@code{read_journal}`. This reads Ledger data from the given
file, populates a Journal object within the current Session, and
returns a reference to that Journal object.