Fix help-lint failures

db4
Slava Pestov 2009-04-14 16:36:53 -05:00
parent 06a45824f1
commit a881d803fc
2 changed files with 4 additions and 4 deletions

View File

@ -274,7 +274,7 @@ HELP: <input>
{ $description "Creates a new " { $link input } "." } ;
HELP: standard-table-style
{ $values { "style" hashtable } }
{ $values { "value" hashtable } }
{ $description "Outputs a table style where cells are separated by 5-pixel gaps and framed by a light gray border. This style can be passed to " { $link tabular-output } "." } ;
ARTICLE: "io.streams.plain" "Plain writer streams"

View File

@ -14,8 +14,8 @@ HELP: <smart-arrow>
}
} ;
ARTICLE: "models.arrows.smart" "Smart arrow models"
"The " { $vocab-link "models.arrows.smart" } " vocabulary generalizes arrows to arbitrary input arity. They're called “smart” because they resemble " { $link "combinators.smart" } "."
ARTICLE: "models.arrow.smart" "Smart arrow models"
"The " { $vocab-link "models.arrow.smart" } " vocabulary generalizes arrows to arbitrary input arity. They're called “smart” because they resemble " { $link "combinators.smart" } "."
{ $subsection <smart-arrow> } ;
ABOUT: "models.arrows.smart"
ABOUT: "models.arrow.smart"