Skip to content

Commit d0a777f

Browse files
committed
Upper-case term for consistency with other 'substr' arguments
As noted by Eugen Konkov in #20560.
1 parent 14733d8 commit d0a777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlfunc.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8842,7 +8842,7 @@ Here's an example showing the behavior for boundary cases:
88428842
An alternative to using
88438843
L<C<substr>|/substr EXPR,OFFSET,LENGTH,REPLACEMENT> as an lvalue is to
88448844
specify the
8845-
replacement string as the 4th argument. This allows you to replace
8845+
REPLACEMENT string as the 4th argument. This allows you to replace
88468846
parts of the EXPR and return what was there before in one operation,
88478847
just as you can with
88488848
L<C<splice>|/splice ARRAY,OFFSET,LENGTH,LIST>.

0 commit comments

Comments
 (0)