Skip to content

Commit 9dda097

Browse files
q-litzlerPLNech
andcommitted
Update src/commonMain/kotlin/com/algolia/search/endpoint/EndpointSearch.kt
Co-Authored-By: Paul-Louis NECH <[email protected]>
1 parent 9acf716 commit 9dda097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/com/algolia/search/endpoint/EndpointSearch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public interface EndpointSearch {
128128
* would match against the given [match] function.
129129
* If no object has been found within the first result set, the function
130130
* will perform a new search operation on the next page of results, if any,
131-
* until a matching object is found or the end of results, whichever
131+
* until a matching object is found or the end of results is reached, whichever
132132
* happens first.
133133
* [doNotPaginate] will stop the function at the end of the first page of search results even if no object does
134134
* match.

0 commit comments

Comments
 (0)