]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sbufs/sbufs-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / core / sbufs / sbufs-docs.factor
index badf27fa3526ec99c491cbc456bc729e696d4f85..24765b1a70fb16b25a7c31eb3062b2ef19411e9b 100644 (file)
@@ -23,7 +23,7 @@ $nl
 ABOUT: "sbufs"
 
 HELP: sbuf
-{ $description "The class of resizable character strings. See " { $link "syntax-sbufs" } " for syntax and " { $link "sbufs" } " for general information." } ;
+{ $class-description "The class of resizable character strings. See " { $link "syntax-sbufs" } " for syntax and " { $link "sbufs" } " for general information." } ;
 
 HELP: <sbuf>
 { $values { "n" "a positive integer specifying initial capacity" } { "sbuf" sbuf } }