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 1cc464c commit 62acb6fCopy full SHA for 62acb6f
doc/Type/Hash.pod6
@@ -657,7 +657,7 @@ The adverbs C<:v> and C<:k> return the key or value or a list their of.
657
say %h<a>:k; # a
658
say %h<a b>:k; # (a b)
659
660
-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
661
empty angle brackets in which case all the keys and values will be listed:
662
663
my %h1 = a => 1;
0 commit comments