]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/lint/checks/checks.factor
core: find-subseq -> subsequence-starts, find-subseq-from -> subsequence-starts-from
[factor.git] / basis / help / lint / checks / checks.factor
index fc2b6b94062a704704621beedfb318284bdc68f1..0ccc19b9115249b62df962b3c4b9b5e55ee9c42f 100644 (file)
@@ -152,7 +152,7 @@ SYMBOL: vocab-articles
             simple-lint-error
         ] when
     ] [
-        "  " find-subseq? [
+        "  " subsequence? [
             "Paragraph text should not contain double spaces"
             simple-lint-error
         ] when