X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fhelp%2Flint%2Fchecks%2Fchecks.factor;h=dfac066116ed37f08d15db58316d03423f9f8fb9;hp=ccbd50631f40cc262cfacd06f0991ec850576e2c;hb=714c6d2b9464e193e24cb45fab1961d96a9d422c;hpb=e766b83ac0fcc5857602dcfae2791be3b93602b6 diff --git a/basis/help/lint/checks/checks.factor b/basis/help/lint/checks/checks.factor index ccbd50631f..dfac066116 100644 --- a/basis/help/lint/checks/checks.factor +++ b/basis/help/lint/checks/checks.factor @@ -147,7 +147,7 @@ SYMBOL: vocab-articles simple-lint-error ] when ] [ - " " subseq-index? [ + " " subseq-of? [ "Paragraph text should not contain double spaces" simple-lint-error ] when