]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 00:14:15 +0000 (19:14 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 00:14:15 +0000 (19:14 -0500)
basis/help/topics/topics-docs.factor

index e0f817ee3d79ec78266e22b1f368b25ee640dafd..08195ee07df89e49639629d8845003bdc35ee433 100644 (file)
@@ -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