Fix "doesnt" typo.

db4
John Benediktsson 2016-02-26 08:56:25 -08:00
parent 0945303dc5
commit 6af99c3c21
2 changed files with 2 additions and 2 deletions

View 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 ;"

View 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 ) } } }