]> gitweb.factorcode.org Git - factor.git/commitdiff
biassocs: fix docs for set-at-once.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 21:23:23 +0000 (13:23 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 21:23:23 +0000 (13:23 -0800)
basis/biassocs/biassocs-docs.factor

index ac5f4324a45eb7d85ad37398e0233dc27d69d381..85b1e2bc10195a6d5bffea69ded601ae0b64da20 100644 (file)
@@ -12,7 +12,7 @@ HELP: <bihash>
 { $values { "biassoc" biassoc } }
 { $description "Creates a new biassoc using a pair of hashtables for underlying storage." } ;
 
-HELP: once-at
+HELP: set-at-once
 { $values { "value" object } { "key" object } { "assoc" assoc } }
 { $description "If the assoc does not contain the given key, adds the key/value pair to the assoc, otherwise does nothing." } ;