]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/models/util/util-docs.factor
update docs for help.lint checks.
[factor.git] / extra / game / models / util / util-docs.factor
index e38836cec7cfb04392e88c9089f4f9541b500cf3..77e198d18e6967080397f5cdb87d137ca8186ebd 100644 (file)
@@ -9,5 +9,5 @@ HELP: indexed-seq
 { $class-description "A sequence described by a sequence of unique elements and a sequence of indices. The sequence can only be appended to. An associative map is used as a reverse lookup table when appending." } ;
 
 HELP: <indexed-seq>
-{ $values { "dseq-exemplar" sequence } { "iseq-examplar" sequence } { "rassoc-examplar" assoc } }
-{ $class-description "Construct an " { $link indexed-seq } " using the given examplars for the underlying data structures." } ;
+{ $values { "dseq-exemplar" sequence } { "iseq-exemplar" sequence } { "rassoc-exemplar" assoc } { "indexed-seq" indexed-seq } }
+{ $description "Construct an " { $link indexed-seq } " using the given exemplars for the underlying data structures." } ;