Jelajahi Sumber

Merge pull request #13894 from dmland/patch-1

Update query-string-syntax.asciidoc
Clinton Gormley 10 tahun lalu
induk
melakukan
685a0462d8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/reference/query-dsl/query-string-syntax.asciidoc

+ 1 - 1
docs/reference/query-dsl/query-string-syntax.asciidoc

@@ -241,7 +241,7 @@ query.
 `((quick AND fox) OR (brown AND fox) OR fox) AND NOT news`::
 
 This form now replicates the logic from the original query correctly, but
-the relevance scoring bares little resemblance to the original.
+the relevance scoring bears little resemblance to the original.
 
 In contrast, the same query rewritten using the <<query-dsl-match-query,`match` query>>
 would look like this: