Skip to content

Commit

Permalink
remove duplicate word
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Mar 29, 2023
1 parent dee8348 commit 3477c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlfunc.rakudoc
Expand Up @@ -436,7 +436,7 @@ You can use C<%hash.kv> which
returns a list of keys and values. example:
C«for %hash.kv -> $k, $v { say "$k: $v" }».
However Raku offers more possibilities, C<%hash.pairs> gives you each Pair object as
as an entity, and C<%hash.antipairs> does the same with the keys and values reversed.
an entity, and C<%hash.antipairs> does the same with the keys and values reversed.

Incidentally, what we have there with the C«->» is called a pointy
block and, though there are a number of examples in the documentation,
Expand Down

0 comments on commit 3477c60

Please sign in to comment.