From f52b1e68d19056e3941dd5e1d9139784593d20c2 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Thu, 27 Jun 2019 03:57:37 +0300 Subject: Fix typo (#573) --- src/query/query_parser/query_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query/query_parser/query_parser.rs b/src/query/query_parser/query_parser.rs index b6ac926..7f8b737 100644 --- a/src/query/query_parser/query_parser.rs +++ b/src/query/query_parser/query_parser.rs @@ -115,7 +115,7 @@ fn trim_ast(logical_ast: LogicalAST) -> Option { /// as `(a AND b) OR c`. /// /// * In addition to the boolean operators, the `-`, `+` can help define. These operators -/// are sufficient to axpress all queries using boolean operators. For instance `x AND y OR z` can +/// are sufficient to express all queries using boolean operators. For instance `x AND y OR z` can /// be written (`(+x +y) z`). In addition, these operators can help define "required optional" /// queries. `(+x y)` matches the same document set as simply `x`, but `y` will help refining the score. /// -- cgit v1.2.3