Skip to content

Commit 6742e59

Browse files
authored
fix a typo in the comment (#2668)
1 parent b128299 commit 6742e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic_search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn main() -> tantivy::Result<()> {
5151

5252
// Our second field is body.
5353
// We want full-text search for it, but we do not
54-
// need to be able to be able to retrieve it
54+
// need to be able to retrieve it
5555
// for our application.
5656
//
5757
// We can make our index lighter by omitting the `STORED` flag.

0 commit comments

Comments
 (0)