Skip to content

Commit ca82b5e

Browse files
committed
changed row of line 216 to 213: to make doc error free
1 parent 8fabba0 commit ca82b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ Deduced `first` and `last` argument take +infinity or -infinity value and deduce
210210
takes value +1 or -1 depending upon the actual argument(s) provided by the user.
211211

212212
Extraction Process:
213+
Extraction starts only if `last` is crossable from `first` with stride of `stride`.
213214
Extraction starts from the first valid index in the defined region to take stride of `stride`
214215
and ends when the last valid index in the defined region is crossed.
215216
If no valid index exists in the defined region, empty string is returned.
216-
Extraction starts only if `last` is crossable from `first` with stride of `stride`.
217217

218218
#### Syntax
219219

0 commit comments

Comments
 (0)