diff --git a/basis/help/lint/checks/checks.factor b/basis/help/lint/checks/checks.factor index f8a4e6c15d..56f104a1a1 100644 --- a/basis/help/lint/checks/checks.factor +++ b/basis/help/lint/checks/checks.factor @@ -143,7 +143,7 @@ SYMBOL: vocab-articles swap '[ _ elements [ rest { { } { "" } } member? - [ "Empty description" throw ] when + [ "Empty $description" simple-lint-error ] when ] each ] each ;