diff options
author | Justin St-Amant <jstamant24@gmail.com> | 2023-12-07 08:31:23 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 08:31:23 -0600 |
commit | 337b717af073be8727f39dcfae7c40129ab6200d (patch) | |
tree | bf3a49861e2d999ecc610a71cb53c080b3be9a14 | |
parent | 833b799d682211774bea5f9e240eeceafe999f41 (diff) | |
download | fork-ledger-337b717af073be8727f39dcfae7c40129ab6200d.tar.gz fork-ledger-337b717af073be8727f39dcfae7c40129ab6200d.tar.bz2 fork-ledger-337b717af073be8727f39dcfae7c40129ab6200d.zip |
applied suggestion from code review
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
-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 7d86ef41..251c987a 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -2123,7 +2123,7 @@ posting cost with @code{@@@@ AMOUNT}. The @code{NOTE} may specify an actual and/or effective date for the posting by using the syntax @code{[ACTUAL_DATE]} or @code{[=EFFECTIVE_DATE]} or @code{[ACTUAL_DATE=EFFECTIVE_DATE]} (@pxref{Virtual postings}). Lastly, -note that both the @code{AMOUNT} and @code{NOTE} must be preceded by +note that the @code{AMOUNT} must be preceded by at least two whitespace characters. @item P |