summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Hilboll <andreas-h@users.noreply.github.com>2016-12-03 11:07:45 +0100
committerGitHub <noreply@github.com>2016-12-03 11:07:45 +0100
commit4d64032eb068cf35220b8d2a426bdf80bb79da3b (patch)
treefbecd70f6d7c5a5b282b25fdfb9546d707d8cc55 /doc
parentd89dad47808811435b06fcfd2a5578c33b77774d (diff)
downloadfork-ledger-4d64032eb068cf35220b8d2a426bdf80bb79da3b.tar.gz
fork-ledger-4d64032eb068cf35220b8d2a426bdf80bb79da3b.tar.bz2
fork-ledger-4d64032eb068cf35220b8d2a426bdf80bb79da3b.zip
fix typo in documentation
Diffstat (limited to 'doc')
-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.