diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2020-03-19 11:57:13 +0800 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-03-19 11:59:29 +0800 |
commit | 38d5407f53ab71aeab95d71a3a4ff18020e1b511 (patch) | |
tree | cf972f684123ecda68b55826705ab68432aeea3e /doc | |
parent | 40d01c3dea676bd39dcb9fcc6c90390fcc231da4 (diff) | |
download | fork-ledger-38d5407f53ab71aeab95d71a3a4ff18020e1b511.tar.gz fork-ledger-38d5407f53ab71aeab95d71a3a4ff18020e1b511.tar.bz2 fork-ledger-38d5407f53ab71aeab95d71a3a4ff18020e1b511.zip |
docs: avoid confusion about types of operators
Fixes #1868
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 6a39c963..df2aa463 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8073,7 +8073,7 @@ is given, then the current moment is used. @node Operators, Complex expressions, Functions, Value Expressions @section Operators -The binary and ternary operators, in order of precedence, are: +The operators, in order of precedence, are: @enumerate @item @code{* /} |