diff options
Diffstat (limited to 'nomsu.peg')
| -rw-r--r-- | nomsu.peg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ action (Action): word: { %operator / (!number plain_word) } -text_word (Text): {%operator / (!number plain_word)} +text_word (Text): {| {%operator / (!number plain_word)} |} inline_text (Text): !('".."' eol) |
