File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1902,7 +1902,7 @@ next (right) routine as the last parameter.
1902
1902
1903
1903
The precedence is very loose so you will need to use parentheses to
1904
1904
assign the result or you can even just use another feed operator! In the
1905
- case of routines/methods that take a single argument or the first argument
1905
+ case of routines/methods that take a single argument or where the first argument
1906
1906
is a block, it is often required that you call with parentheses (though this
1907
1907
is not required for the very last routine/method).
1908
1908
@@ -1989,7 +1989,7 @@ functions.
1989
1989
my @result
1990
1990
<== sort()
1991
1991
<== grep({ /<[PE]>/ })
1992
- <== my @caps # unlike <==, there is no need for addtl. statement
1992
+ <== my @caps # unlike <==, there is no need for additional statement
1993
1993
<== map({ .tc })
1994
1994
<== <people of earth>;
1995
1995
You can’t perform that action at this time.
0 commit comments