diff --git a/basis/help/lint/lint.factor b/basis/help/lint/lint.factor index e0cea42b4f..47b8820f18 100644 --- a/basis/help/lint/lint.factor +++ b/basis/help/lint/lint.factor @@ -69,7 +69,7 @@ PRIVATE> '[ _ vocab-help [ article drop ] when* ] check-something ; : check-vocab ( vocab -- ) - "Checking " write dup write "..." print + "Checking " write dup write "..." print flush [ check-about ] [ words [ check-word ] each ] [ vocab-articles get at [ check-article ] each ]