Skip to content

Commit

Permalink
Typo fix (#1803)
Browse files Browse the repository at this point in the history
* Update text_options.rs

* Update src/schema/text_options.rs

Co-authored-by: Paul Masurel <paul@quickwit.io>
  • Loading branch information
lonre and fulmicoton authored Jan 19, 2023
1 parent a2ca129 commit 8ba333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/text_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl TextOptions {
self.stored
}

/// Returns true iff the value is a fast field.
/// Returns true if and only if the value is a fast field.
pub fn is_fast(&self) -> bool {
self.fast
}
Expand Down

0 comments on commit 8ba333f

Please sign in to comment.