From a881d803fc8d3e9ea48ed4b11faca3c7180415cf Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 14 Apr 2009 16:36:53 -0500 Subject: [PATCH] Fix help-lint failures --- basis/io/styles/styles-docs.factor | 2 +- basis/models/arrow/smart/smart-docs.factor | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/basis/io/styles/styles-docs.factor b/basis/io/styles/styles-docs.factor index ed45d5ccb9..6148394c57 100644 --- a/basis/io/styles/styles-docs.factor +++ b/basis/io/styles/styles-docs.factor @@ -274,7 +274,7 @@ HELP: { $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" diff --git a/basis/models/arrow/smart/smart-docs.factor b/basis/models/arrow/smart/smart-docs.factor index cb503294c8..3cc22d8d40 100644 --- a/basis/models/arrow/smart/smart-docs.factor +++ b/basis/models/arrow/smart/smart-docs.factor @@ -14,8 +14,8 @@ HELP: } } ; -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 } ; -ABOUT: "models.arrows.smart" \ No newline at end of file +ABOUT: "models.arrow.smart" \ No newline at end of file