Sfoglia il codice sorgente

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

Michael Bischoff 4 settimane fa
parent
commit
78733ab943
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"""