From f06678688a7a5a8ef30c55ef8a2422ccd462d68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Thu, 23 Nov 2023 13:46:11 +0100 Subject: [PATCH] Update specification/esql/query/QueryRequest.ts uppercase CSV Co-authored-by: Bogdan Pintea --- specification/esql/query/QueryRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/esql/query/QueryRequest.ts b/specification/esql/query/QueryRequest.ts index 9cdd6ddb58..3571e34140 100644 --- a/specification/esql/query/QueryRequest.ts +++ b/specification/esql/query/QueryRequest.ts @@ -34,7 +34,7 @@ export interface Request extends RequestBase { */ format?: string /** - * The character to use between values within a CSV row. Only valid for the csv format. + * The character to use between values within a CSV row. Only valid for the CSV format. */ delimiter?: string }