Skip to content

Commit f4d8c01

Browse files
committed
we're talking about perl functions not XS or anything else
1 parent dafb8c2 commit f4d8c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ my %pair_grep = grep my ($f, $g) { $f =~ /sec/ } %my_hash;
152152
my $found = any { /ab/ } qw( 1234 abcd );
153153
```
154154

155-
It would be desirable to be able to to write a function that accepted the
156-
same syntax this this PPC proposes.
155+
It would be desirable to be able to to write a perl function that accepted
156+
the same syntax this this PPC proposes.
157157

158158
## Rejected Ideas
159159

0 commit comments

Comments
 (0)