biassocs: fix docs for set-at-once.
parent
cccdc09a71
commit
55030e7d11
|
@ -12,7 +12,7 @@ HELP: <bihash>
|
||||||
{ $values { "biassoc" biassoc } }
|
{ $values { "biassoc" biassoc } }
|
||||||
{ $description "Creates a new biassoc using a pair of hashtables for underlying storage." } ;
|
{ $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 } }
|
{ $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." } ;
|
{ $description "If the assoc does not contain the given key, adds the key/value pair to the assoc, otherwise does nothing." } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue