Browse Source

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

Michael Bischoff 4 tuần trước cách đây
mục cha
commit
78733ab943
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"""