]> gitweb.factorcode.org Git - factor.git/commitdiff
help.topics: fix typo in docs
authorKeita Haga <keitahaga@mail.com>
Fri, 4 Feb 2011 13:53:05 +0000 (22:53 +0900)
committerKeita Haga <keitahaga@mail.com>
Fri, 4 Feb 2011 13:53:05 +0000 (22:53 +0900)
basis/help/topics/topics-docs.factor

index 08195ee07df89e49639629d8845003bdc35ee433..720991a609a70b87da9956a7e0a57608cab21e5f 100644 (file)
@@ -8,7 +8,7 @@ HELP: articles
 HELP: no-article
 { $values { "name" "an article name" } }
 { $description "Throws a " { $link no-article } " error." }
-{ $error-description "Thrown by " { $link help } " if the given help topic does not exist, or if the help topic being dispayed links to a help topic which does not exist." } ;
+{ $error-description "Thrown by " { $link help } " if the given help topic does not exist, or if the help topic being displayed links to a help topic which does not exist." } ;
 
 HELP: article
 { $values { "name" "an article name" } { "article" "an " { $link article } " object" } }