diff options
Diffstat (limited to 'checkman.txr')
-rw-r--r-- | checkman.txr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkman.txr b/checkman.txr index 8d7b8327..024c83f9 100644 --- a/checkman.txr +++ b/checkman.txr @@ -67,7 +67,7 @@ @ (cases) .@{type /code|meta/} "@(assert bad ln `.@type needs one argument`)@x"@(eol) @ (or) -.@{type /code|meta/} @(assert bad ln `.@type needs one argument`)@{x /\S+/}@(eol) +.@{type /code|meta/}@(assert bad ln `.@type needs one argument`) @{x /\S+/}@(eol) @ (or) .cod3 @(assert bad ln `.cod3 needs three arguments`)@x @y @{z /\S+/}@(eol) @ (or) |