]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix "doesnt" typo.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Feb 2016 16:56:25 +0000 (08:56 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Feb 2016 16:56:25 +0000 (08:56 -0800)
basis/help/lint/checks/checks-docs.factor
extra/html/parser/analyzer/analyzer-docs.factor

index 640337aec1d8f9da2af50947351b6b60680e2673..d73f4d25de03f88402c45a6cd2da73b0a8869696 100644 (file)
@@ -7,7 +7,7 @@ HELP: check-example
 
 HELP: check-values
 { $values { "word" word } { "element" sequence } }
-{ $description "Throws an error if the $values pair doesnt match the declared stack effect." }
+{ $description "Throws an error if the $values pair doesn't match the declared stack effect." }
 { $examples
   { $unchecked-example
     "USING: help.lint.checks math ;"
index 1946ca081dc58c2af86c1b8f332848bc54bc182e..6a65b21e7c7346649160980d7a0d809e4c4d56ed 100644 (file)
@@ -8,7 +8,7 @@ HELP: html-class?
 
 HELP: stack-find
 { $values { "seq" sequence } { "quot" { $quotation ( elt -- 1/0/-1 ) } } { "i/f" "an index or " { $link f } } }
-{ $description "Takes a sequence and a quotation expected to return -1 if the element decrements the stack, 0 if it doesnt affect it and 1 if it increments it. Then finds the first element where the stack is empty." } ;
+{ $description "Takes a sequence and a quotation expected to return -1 if the element decrements the stack, 0 if it doesn't affect it and 1 if it increments it. Then finds the first element where the stack is empty." } ;
 
 HELP: tag-classifier
 { $values { "string" string } { "quot" { $quotation ( elt -- 1/0/-1 ) } } }