sync files

This commit is contained in:
Erik Krogh Kristensen
2022-07-13 10:01:26 +02:00
parent a49d34cf0f
commit c4f44bb67f
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ predicate matchesBeginningOfString(RegExpTerm term) {
}
/**
* Holds if the given sequence contains top-level domain preceded by a dot, such as `.com`,
* Holds if the given sequence `seq` contains top-level domain preceded by a dot, such as `.com`,
* excluding cases where this is at the very beginning of the regexp.
*
* `i` is bound to the index of the last child in the top-level domain part.