瀏覽代碼

Fix Typo "using using" in RLIKE/LIKE docs (#133892)

Nic 1 月之前
父節點
當前提交
da50c723a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-languages/esql/_snippets/operators/layout/rlike.md

+ 1 - 1
docs/reference/query-languages/esql/_snippets/operators/layout/rlike.md

@@ -5,7 +5,7 @@
 :class: text-center
 :::
 
-Use `RLIKE` to filter data based on string patterns using using [regular expressions](/reference/query-languages/query-dsl/regexp-syntax.md). `RLIKE` usually acts on a field placed on the left-hand side of the operator, but it can also act on a constant (literal) expression. The right-hand side of the operator represents the pattern.
+Use `RLIKE` to filter data based on string patterns using [regular expressions](/reference/query-languages/query-dsl/regexp-syntax.md). `RLIKE` usually acts on a field placed on the left-hand side of the operator, but it can also act on a constant (literal) expression. The right-hand side of the operator represents the pattern.
 
 :::{include} ../types/rlike.md
 :::