From 774d9c6cf3ae96d7442c06f91e48cb456eb03622 Mon Sep 17 00:00:00 2001 From: oehhar Date: Thu, 5 Aug 2021 16:19:26 +0000 Subject: Refine 'string replace' documentation wording. Thanks to Ted Brown on clt. --- doc/string.n | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/string.n b/doc/string.n index e6f68bd..2d53a98 100644 --- a/doc/string.n +++ b/doc/string.n @@ -292,8 +292,8 @@ specified, then it is placed in the removed character range. If and if \fIlast\fR is greater than or equal to the length of the string then it is treated as if it were \fBend\fR. The initial string is returned untouched, if \fIfirst\fR is greater than \fIlast\fR, or if -\fIfirst\fR is equal or greater the length of the initial string, or -\fIlast\fR is less than 0. +\fIfirst\fR is equal to or greater than the length of the initial string, +or \fIlast\fR is less than 0. .TP \fBstring reverse \fIstring\fR . -- cgit v0.12