Skip to content

Commit 8759962

Browse files
committed
Fixed copy/paste error in infix orelse documentation
1 parent c386ae4 commit 8759962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/operators.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ or otherwise the last argument. Short-circuits.
12181218
12191219
Same as C<infix //>, except with looser precedence.
12201220
1221-
Returns the first undefined argument, or else the last argument.
1221+
Returns the first defined argument, or else the last argument.
12221222
Short-circuits.
12231223
12241224
=end pod

0 commit comments

Comments
 (0)