Skip to content

Commit 62acb6f

Browse files
committed
Fix spelling error
1 parent 1cc464c commit 62acb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Hash.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ The adverbs C<:v> and C<:k> return the key or value or a list their of.
657657
say %h<a>:k; # a
658658
say %h<a b>:k; # (a b)
659659
660-
You can also use the adverbs without knowning anything about the hash by using
660+
You can also use the adverbs without knowing anything about the hash by using
661661
empty angle brackets in which case all the keys and values will be listed:
662662
663663
my %h1 = a => 1;

0 commit comments

Comments
 (0)