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
commit 6742e5981b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.