فهرست منبع

Merge pull request #13894 from dmland/patch-1

Update query-string-syntax.asciidoc
Clinton Gormley 10 سال پیش
والد
کامیت
685a0462d8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: