File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/commonMain/kotlin/com/algolia/search/endpoint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public interface EndpointSearch {
124124 ): ResponseSearch
125125
126126 /* *
127- * Search iteratively through the search response [ResponseSearch.hits] field to find the first response hit tha
127+ * Search iteratively through the search response [ResponseSearch.hits] field to find the first response hit that
128128 * would match against the give [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,
@@ -144,4 +144,4 @@ public interface EndpointSearch {
144144 doNotPaginate : Boolean = false,
145145 requestOptions : RequestOptions ? = null
146146 ): ResponseHitsWithPosition ?
147- }
147+ }
You can’t perform that action at this time.
0 commit comments