Skip to content

Commit 43c8e8b

Browse files
committed
note that List::Util's pair functions are 2-at-a-time, not n-at-a-time
1 parent c780f36 commit 43c8e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppcs/ppc0033-map-grep-with-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ my %pair_grep = grep my ($f, $g) { $f =~ /sec/ } %my_hash;
123123
## Prototype Implementation
124124

125125
- List::Util includes the functions `pairmap` and `pairgrep` which can do
126-
n-at-a-time iteration. These use the "magic" `$a` and `$b` variables.
126+
2-at-a-time iteration. These use the "magic" `$a` and `$b` variables.
127127

128128
## Future Scope
129129

0 commit comments

Comments
 (0)