Merge pull request #483 from andreas-h/patch-1
Fix typo in documentation
This commit is contained in:
commit
0e1c6115b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue