Skip to content

Commit 8ff5d14

Browse files
committed
A few spelling adjustments
1 parent b4d4dee commit 8ff5d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/operators.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ next (right) routine as the last parameter.
19021902
19031903
The precedence is very loose so you will need to use parentheses to
19041904
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
19061906
is a block, it is often required that you call with parentheses (though this
19071907
is not required for the very last routine/method).
19081908
@@ -1989,7 +1989,7 @@ functions.
19891989
my @result
19901990
<== sort()
19911991
<== grep({ /<[PE]>/ })
1992-
<== my @caps # unlike <==, there is no need for addtl. statement
1992+
<== my @caps # unlike <==, there is no need for additional statement
19931993
<== map({ .tc })
19941994
<== <people of earth>;
19951995

0 commit comments

Comments
 (0)