From bb2452c86e3e14b77675acbebae84eca6ed39c2d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 2 Feb 2009 05:47:29 -0600 Subject: [PATCH] Fix biassocs docs --- basis/biassocs/biassocs-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/biassocs/biassocs-docs.factor b/basis/biassocs/biassocs-docs.factor index 31258a7ddc..b55af5b902 100644 --- a/basis/biassocs/biassocs-docs.factor +++ b/basis/biassocs/biassocs-docs.factor @@ -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 }