]> gitweb.factorcode.org Git - factor.git/blobdiff - core/strings/strings-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / core / strings / strings-docs.factor
index 17fa4ab8c438274f4a12db897fe641d70930d006..0f9af8258a2b7f41fd0c22c2bc8951f267c62105 100644 (file)
@@ -27,7 +27,7 @@ $nl
 ABOUT: "strings"
 
 HELP: string
-{ $description "The class of fixed-length character strings. See " { $link "syntax-strings" } " for syntax and " { $link "strings" } " for general information." } ;
+{ $class-description "The class of fixed-length character strings. See " { $link "syntax-strings" } " for syntax and " { $link "strings" } " for general information." } ;
 
 HELP: string-nth
 { $values { "n" fixnum } { "string" string } { "ch" "the character at the " { $snippet "n" } "th index" } }