biassocs: fix docs for set-at-once.

factor-shell
John Benediktsson 2018-01-22 13:23:23 -08:00
parent cccdc09a71
commit 55030e7d11
1 changed files with 1 additions and 1 deletions

View 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." } ;