Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 6986264

Browse files
sunkuet02polyfractal
authored andcommitted
Update the misplacement of Comma (#524)
In my sense, the comma should be after the closing inverted comma.
1 parent 98221d5 commit 6986264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

120_Proximity_Matching/05_Phrase_matching.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ all the words in exactly the order specified, with no words in-between.
9595

9696
==== What Is a Phrase
9797

98-
For a document to be considered a((("match_phrase query", "documents matching a phrase")))((("phrase matching", "criteria for matching documents"))) match for the phrase ``quick brown fox,'' the following must be true:
98+
For a document to be considered a((("match_phrase query", "documents matching a phrase")))((("phrase matching", "criteria for matching documents"))) match for the phrase ``quick brown fox'', the following must be true:
9999

100100
* `quick`, `brown`, and `fox` must all appear in the field.
101101

0 commit comments

Comments
 (0)