瀏覽代碼

[DOCS] Fix escape character for quotes in esql-syntax.md (#134266) (#134638)

Michael Bischoff 4 周之前
父節點
當前提交
78733ab943
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/query-languages/esql/esql-syntax.md

+ 1 - 1
docs/reference/query-languages/esql/esql-syntax.md

@@ -69,7 +69,7 @@ FROM index
 | WHERE first_name == "Georgi"
 ```
 
-If the literal string itself contains quotes, these need to be escaped (`\\"`). {{esql}} also supports the triple-quotes (`"""`) delimiter, for convenience:
+If the literal string itself contains quotes, these need to be escaped (`\"`). {{esql}} also supports the triple-quotes (`"""`) delimiter, for convenience:
 
 ```esql
 ROW name = """Indiana "Indy" Jones"""