diff --git a/core/hash-sets/hash-sets-docs.factor b/core/hash-sets/hash-sets-docs.factor index 7b8df4d23f..a5d24f034f 100644 --- a/core/hash-sets/hash-sets-docs.factor +++ b/core/hash-sets/hash-sets-docs.factor @@ -1,4 +1,4 @@ -USING: help.markup help.syntax math sequences ; +USING: help.markup help.syntax math sequences sets ; IN: hash-sets ARTICLE: "hash-sets" "Hash sets" @@ -11,7 +11,7 @@ ARTICLE: "hash-sets" "Hash sets" ABOUT: "hash-sets" HELP: hash-set -{ $class-description "The class of hashtable-like sets. These implement the " { $link "sets" } "." } ; +{ $class-description "The class of hashtable-like sets. These implement the " { $link set } " mixin." } ; HELP: { $values { "capacity" number } { "hash-set" hash-set } }