We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4ff99 commit 058fc44Copy full SHA for 058fc44
S02-bits.pod
@@ -1695,7 +1695,7 @@ use the C<Hash> interface and increment an element of a C<BagHash>
1695
its value is increased by one (creating the element if it doesn't exist
1696
already). If you decrement the element the value is decreased by one;
1697
if the value goes to 0 the element is automatically deleted. An attempt
1698
-to decrement a non-existing value returns a C<Failure> value. When not
+to decrement a non-existing value returns an undefined value. When not
1699
used as a C<Hash> (that is, when used as an C<Array> or list or C<Bag>
1700
object) a C<BagHash> behaves as a C<Bag> of its keys, with each key
1701
replicated the number of times specified by its corresponding value.
0 commit comments