]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/server/dispatchers/dispatchers-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / basis / http / server / dispatchers / dispatchers-docs.factor
index 3b965574f6b29662b2faae1dc117ee7eb09c3117..b13774753d2bca0f09d9f374d16d62aae7734d92 100644 (file)
@@ -8,14 +8,14 @@ HELP: new-dispatcher
 { $description "Creates a new instance of a subclass of " { $link dispatcher } "." } ;
 
 HELP: dispatcher
-{ $description "The class of dispatchers. May be subclassed, in which case subclasses should be constructed by calling " { $link new-dispatcher } "." } ;
+{ $class-description "The class of dispatchers. May be subclassed, in which case subclasses should be constructed by calling " { $link new-dispatcher } "." } ;
 
 HELP: <dispatcher>
 { $values { "dispatcher" dispatcher } }
 { $description "Creates a new pathname dispatcher." } ;
 
 HELP: vhost-dispatcher
-{ $description "The class of virtual host dispatchers." } ;
+{ $class-description "The class of virtual host dispatchers." } ;
 
 HELP: <vhost-dispatcher>
 { $values { "dispatcher" vhost-dispatcher } }