소스 검색

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

Michael Bischoff 1 개월 전
부모
커밋
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"""