From 4d64032eb068cf35220b8d2a426bdf80bb79da3b Mon Sep 17 00:00:00 2001 From: Andreas Hilboll Date: Sat, 3 Dec 2016 11:07:45 +0100 Subject: fix typo in documentation --- doc/ledger3.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3