fix a typo in the comment (#2668)

This commit is contained in:
Dale Seo
2025-07-10 01:14:57 -04:00
committed by GitHub
parent b128299976
commit 6742e5981b

View File

@@ -51,7 +51,7 @@ fn main() -> tantivy::Result<()> {
// Our second field is body.
// We want full-text search for it, but we do not
// need to be able to be able to retrieve it
// need to be able to retrieve it
// for our application.
//
// We can make our index lighter by omitting the `STORED` flag.