mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
Adjust spelling of "returns" in docs for DisjunctionMaxQuery (#1733)
This commit is contained in:
@@ -3,7 +3,7 @@ use tantivy_query_grammar::Occur;
|
||||
use crate::query::{BooleanWeight, DisjunctionMaxCombiner, EnableScoring, Query, Weight};
|
||||
use crate::{Score, Term};
|
||||
|
||||
/// The disjunction max query кeturns documents matching one or more wrapped queries,
|
||||
/// The disjunction max query returns documents matching one or more wrapped queries,
|
||||
/// called query clauses or clauses.
|
||||
///
|
||||
/// If a returned document matches multiple query clauses,
|
||||
|
||||
Reference in New Issue
Block a user