Fix "doesnt" typo.
parent
0945303dc5
commit
6af99c3c21
|
@ -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 ;"
|
||||
|
|
|
@ -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 ) } } }
|
||||
|
|
Loading…
Reference in New Issue