Skip to content

Commit 38cce63

Browse files
committed
Typo
1 parent 5131e68 commit 38cce63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@ mod tests {
17191719
setup_hybrid_searching(&client, &index).await?;
17201720
setup_test_index(&client, &index).await?;
17211721

1722-
// Search for an Harry Potter that but with lorem ipsum's id
1722+
// Search for an Harry Potter but with lorem ipsum's id
17231723
// Will yield lorem ipsum first, them harry potter documents, then the rest
17241724
let results: SearchResults<Document> = index
17251725
.search()

0 commit comments

Comments
 (0)