Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #420 from okaoka/add-semicolon
Add a missing semicolon
  • Loading branch information
azawawi committed Mar 13, 2016
2 parents be1f0cc + 0a5e098 commit dcd7218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Hash.pod
Expand Up @@ -289,6 +289,6 @@ The adverbs C<:v> and C<:k> return the key or value or a list their of.
my %h = a => 1, b => 2;
say %h<a>:k; # a
say %h<a b>:k # (a b)
say %h<a b>:k; # (a b)
=end pod

0 comments on commit dcd7218

Please sign in to comment.