Skip to content

Commit fae62eb

Browse files
committed
Merge pull request #308 from babaleo/patch-1
Update 05_Match_query.asciidoc
2 parents cc3cb1f + 2dac974 commit fae62eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

100_Full_Text_Search/05_Match_query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ the query string should be analyzed too.
6565
2. _Analyze the query string_.
6666
+
6767
The query string `QUICK!` is passed through the standard analyzer, which
68-
results in the single term `quick`. Because we have a just a single term,
68+
results in the single term `quick`. Because we have just a single term,
6969
the `match` query can be executed as a single low-level `term` query.
7070

7171
3. _Find matching docs_.

0 commit comments

Comments
 (0)