Skip to content

Commit

Permalink
Merge pull request #126 from rwp0/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate "the"
  • Loading branch information
haarg authored Feb 21, 2024
2 parents 83d1247 + 86d50a1 commit 224c3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/List/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ list; e.g.:
I<Since version 1.29.>
A convenient shortcut to operating on even-sized lists of pairs, this function
returns a list of the the first values of each of the pairs in the given list.
returns a list of the first values of each of the pairs in the given list.
It is a more efficient version of
@keys = pairmap { $a } @kvlist
Expand All @@ -422,7 +422,7 @@ It is a more efficient version of
I<Since version 1.29.>
A convenient shortcut to operating on even-sized lists of pairs, this function
returns a list of the the second values of each of the pairs in the given list.
returns a list of the second values of each of the pairs in the given list.
It is a more efficient version of
@values = pairmap { $b } @kvlist
Expand Down

0 comments on commit 224c3ca

Please sign in to comment.