diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-21 21:10:22 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-21 21:11:58 +0800 |
commit | a254f598b2fc99d7ae917579803ccdd6dc872c4d (patch) | |
tree | 7abfd975240edd9733c4434ef47188cfb8726e10 /doc | |
parent | 6789986b8721286140b2ea24300173767f22ea73 (diff) | |
download | fork-ledger-a254f598b2fc99d7ae917579803ccdd6dc872c4d.tar.gz fork-ledger-a254f598b2fc99d7ae917579803ccdd6dc872c4d.tar.bz2 fork-ledger-a254f598b2fc99d7ae917579803ccdd6dc872c4d.zip |
docs: fix grammar issues
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 3688daf9..68755cc0 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -1497,7 +1497,7 @@ you. The Ledger program aims at making journal transactions as simple as possible. Since it is a command-line tool, it does not provide a user -interface for keeping a journal. If you require an user interface to +interface for keeping a journal. If you require a user interface to maintain journal transactions GnuCash is a good alternative. If you are not using GnuCash, but a text editor to maintain your @@ -9137,7 +9137,7 @@ The following format functions allow you limited formatting of text: @item ansify_if(value, color) Surrounds the string representing value with ANSI codes to give it -@code{color} on an TTY display. Has no effect if directed to a file. +@code{color} on a TTY display. Has no effect if directed to a file. @item justify(value, first_width, latter_width, right_justify, colorize) Right or left justify the string representing @code{value}. The width |