Skip to content

Commit

Permalink
Adjust spelling of "returns" in docs for DisjunctionMaxQuery (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlakhani authored Dec 22, 2022
1 parent 2a6d1ea commit f4804ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/disjunction_max_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f4804ce

Please sign in to comment.