]> gitweb.factorcode.org Git - factor.git/commitdiff
hashtables.wrapped: fix help-lint
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Mar 2023 19:14:38 +0000 (11:14 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Mar 2023 19:14:38 +0000 (11:14 -0800)
core/hashtables/wrapped/wrapped-docs.factor

index 29ba6fe1ab6080a562e1fc09c9d24eaba1a1c8ad..3214a28eb2681d42658680819f359217530d4d51 100644 (file)
@@ -8,10 +8,10 @@ HELP: wrap-key
     { "key" object } { "wrapped-hash" object }
     { "wrapped-key" object }
 }
-{ $description "" } ;
+{ $description "An object that wraps a key and provides a different hashcode implementation." } ;
 
 HELP: wrapped-hashtable
-{ $class-description "" } ;
+{ $class-description "A hashtable that uses wrapped keys to provide a different hashcode implementation." } ;
 
 ARTICLE: "hashtables.wrapped" "Wrapped Hashtable protocol"
 "The " { $vocab-link "hashtables.wrapped" } " describes a protocol for defining hashtables that "