help.lint.checks: don't throw strings

Slava Pestov 2009-07-16 21:38:54 -05:00
parent e1f9f30f61
commit 55ead133f8
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ SYMBOL: vocab-articles
swap '[
_ elements [
rest { { } { "" } } member?
[ "Empty description" throw ] when
[ "Empty $description" simple-lint-error ] when
] each
] each ;