This commit is contained in:
Hiroshi SHIBATA 2024-06-04 15:00:47 +09:00
Родитель 9c4a28b826
Коммит 8080cb7090
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -76,7 +76,7 @@ The scanner has:
* Modifiable implicitly (various traversing methods, among others).
More at [Byte Position][2] below.
* A <i>target substring</i>,
which is a trailing substring of the stored string;
it extends from the current position to the end of the stored string:
@ -206,7 +206,7 @@ put_situation(scanner)
The target substring is the the part of the [stored string][1]
that extends from the current [byte position][2] to the end of the stored string;
it is always either:
- The entire stored string (byte position is zero).
- A trailing substring of the stored string (byte position positive).