Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
chsanch committed Oct 24, 2018
1 parent 4c715da commit acc80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/SetHash.pod6
Expand Up @@ -46,7 +46,7 @@ $fruits<apple banana kiwi>»++; # Add multiple elements
$fruits<cherry>--;
say $fruits<cherry>; # OUTPUT: «False␤»
$fruits<banana kiwi>»-- # Remove multiple elements
$fruits<banana kiwi>»--; # Remove multiple elements
=end code
Expand Down

0 comments on commit acc80fb

Please sign in to comment.