doc: journal: note that transaction code must be parenthesised

This commit is contained in:
Simon Michael 2017-06-30 14:49:19 +01:00
parent 0ccb8c0779
commit 41d62d669b

View File

@ -70,7 +70,7 @@ Each transaction is represented by a journal entry beginning with a [simple date
This can be followed by any of the following, separated by spaces: This can be followed by any of the following, separated by spaces:
- (optional) a [status](#status) character (empty, `!`, or `*`) - (optional) a [status](#status) character (empty, `!`, or `*`)
- (optional) a transaction code (any short number or text, eg a check number) - (optional) a transaction code (any short number or text, enclosed in parentheses)
- (optional) a transaction description (any remaining text until end of line) - (optional) a transaction description (any remaining text until end of line)
Then comes zero or more (but usually at least 2) indented lines representing... Then comes zero or more (but usually at least 2) indented lines representing...