Skip to content

Commit 863d28b

Browse files
committed
Add minor fix
1 parent 4ea0a88 commit 863d28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/hashmap.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ u: 5
390390
in alphabetical order as desired. To achieve this result, we sorted
391391
the hash of vowels by key (C<%vowels.sort(*.key)>) which we then ask for its
392392
keys and values by applying the C<.kv> method to each element via the unary
393-
C< >> > hyperoperator resulting in a L<List> of key/value lists. To extract
393+
C«>>» hyperoperator resulting in a L<List> of key/value lists. To extract
394394
the key/value the variables thus need to be wrapped in parentheses.
395395
396396
An alternative solution is to flatten the resulting list. Then the key/value

0 commit comments

Comments
 (0)