Fix help-lint failures
parent
06a45824f1
commit
a881d803fc
|
@ -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"
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue