]> gitweb.factorcode.org Git - factor.git/blobdiff - core/words/symbol/symbol-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / core / words / symbol / symbol-docs.factor
index 28fc81c6f93333ac918bc23c33d5289862163ef0..51b0f9d218c68292932e751b33c296314498320a 100644 (file)
@@ -2,7 +2,7 @@ USING: help.syntax help.markup words.symbol words compiler.units ;
 IN: words.symbol
 
 HELP: symbol
-{ $description "The class of symbols created by " { $link POSTPONE: SYMBOL: } "." } ;
+{ $class-description "The class of symbols created by " { $link POSTPONE: SYMBOL: } "." } ;
 
 HELP: define-symbol
 { $values { "word" word } }