]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix biassocs docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 2 Feb 2009 11:47:29 +0000 (05:47 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 2 Feb 2009 11:47:29 +0000 (05:47 -0600)
basis/biassocs/biassocs-docs.factor

index 31258a7ddc1e847d15e203a719486b5acdfe5815..b55af5b902ca76cbe2a826da40d4590263c555b2 100644 (file)
@@ -23,7 +23,7 @@ HELP: >biassoc
 ARTICLE: "biassocs" "Bidirectional assocs"
 "A " { $emphasis "bidirectional assoc" } " combines a pair of assocs to form a data structure where both normal assoc opeartions (eg, " { $link at } "), as well as " { $link "assocs-values" } " (eg, " { $link value-at } ") run in sub-linear time."
 $nl
-"Bidirectional assocs implement the entire " { $link "assoc-protocol" } " with the exception of " { $link delete-at } ". Duplicate values are allowed, however value lookups with " { $link value-at } " only return the first key that a given value was stored with."
+"Bidirectional assocs implement the entire " { $link "assocs-protocol" } " with the exception of " { $link delete-at } ". Duplicate values are allowed, however value lookups with " { $link value-at } " only return the first key that a given value was stored with."
 $nl
 "The class of biassocs:"
 { $subsection biassoc }