Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a missing semicolon
  • Loading branch information
titsuki committed Mar 13, 2016
1 parent be1f0cc commit 0a5e098
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 0a5e098

Please sign in to comment.