File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,10 @@ specified as for the \fBindex\fR method. If \fInewstring\fR is
319
319
specified, then it is placed in the removed character range. If
320
320
\fI first \fR is less than zero then it is treated as if it were zero,
321
321
and if \fI last \fR is greater than or equal to the length of the string
322
- then it is treated as if it were \fB end \fR . If \fI first \fR is greater
323
- than \fI last \fR or the length of the initial string, or \fI last \fR is
324
- less than 0, then the initial string is returned untouched.
322
+ then it is treated as if it were \fB end \fR . The initial string is
323
+ returned untouched, if \fI first \fR is greater than \fI last \fR , or if
324
+ \fI first \fR is equal or greater the length of the initial string, or
325
+ \fI last \fR is less than 0.
325
326
.TP
326
327
\fB string reverse \fI string \fR
327
328
.
You can’t perform that action at this time.
0 commit comments