lib: try to clarify periodic transaction double-space error
This commit is contained in:
parent
70b11ed0a4
commit
e99f80d374
@ -525,6 +525,7 @@ periodictransactionp = do
|
|||||||
customFailure $ parseErrorAtRegion offset1 offset2 $
|
customFailure $ parseErrorAtRegion offset1 offset2 $
|
||||||
"remainder of period expression cannot be parsed"
|
"remainder of period expression cannot be parsed"
|
||||||
<> "\nperhaps you need to terminate the period expression with a double space?"
|
<> "\nperhaps you need to terminate the period expression with a double space?"
|
||||||
|
<> "\na double space is required between period expression and description/comment"
|
||||||
pure pexp
|
pure pexp
|
||||||
|
|
||||||
-- In periodic transactions, the period expression has an additional constraint:
|
-- In periodic transactions, the period expression has an additional constraint:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user