]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/lint/checks/checks.factor
sequences: rename subsequence? words to subseq? again.
[factor.git] / basis / help / lint / checks / checks.factor
index 0ccc19b9115249b62df962b3c4b9b5e55ee9c42f..8355c224768f18a78a67d0ac52fe026c62c6480f 100644 (file)
@@ -152,7 +152,7 @@ SYMBOL: vocab-articles
             simple-lint-error
         ] when
     ] [
-        "  " subsequence? [
+        "  " subseq-index? [
             "Paragraph text should not contain double spaces"
             simple-lint-error
         ] when