Explorar o código

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

Michael Bischoff hai 4 semanas
pai
achega
78733ab943
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"""