help.lint.checks: don't throw strings

db4
Slava Pestov 2009-07-16 21:38:54 -05:00
parent 490ea139a9
commit afec68db24
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 ;