From 5a2c47bb44f8f530b005706407690e8c562157b2 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 2 Sep 2008 19:14:15 -0500 Subject: [PATCH] fix docs --- basis/help/topics/topics-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/help/topics/topics-docs.factor b/basis/help/topics/topics-docs.factor index e0f817ee3d..08195ee07d 100644 --- a/basis/help/topics/topics-docs.factor +++ b/basis/help/topics/topics-docs.factor @@ -1,5 +1,5 @@ USING: help.markup help.syntax help.crossref help io io.styles -hashtables ; +hashtables strings ; IN: help.topics HELP: articles @@ -15,7 +15,7 @@ HELP: article { $description "Outputs a named " { $link article } " object." } ; HELP: article-title -{ $values { "topic" "an article name or a word" } { "title" "a string" } } +{ $values { "topic" "an article name or a word" } { "string" string } } { $description "Outputs the title of a specific help article." } ; HELP: article-content