Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
coke committed Dec 5, 2016
1 parent 1cc464c commit 62acb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Hash.pod6
Expand Up @@ -657,7 +657,7 @@ The adverbs C<:v> and C<:k> return the key or value or a list their of.
say %h<a>:k; # a
say %h<a b>:k; # (a b)
You can also use the adverbs without knowning anything about the hash by using
You can also use the adverbs without knowing anything about the hash by using
empty angle brackets in which case all the keys and values will be listed:
my %h1 = a => 1;
Expand Down

0 comments on commit 62acb6f

Please sign in to comment.