Fix typo in hash-set documentation

db4
Benjamin Pollack 2015-02-10 20:30:40 -05:00 committed by John Benediktsson
parent 1728e99254
commit 1eda99257d
1 changed files with 2 additions and 2 deletions

View File

@ -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: <hash-set>
{ $values { "capacity" number } { "hash-set" hash-set } }