Skip to content

Commit

Permalink
Update specification/esql/query/QueryRequest.ts
Browse files Browse the repository at this point in the history
uppercase CSV

Co-authored-by: Bogdan Pintea <[email protected]>
  • Loading branch information
Anaethelion and bpintea authored Nov 23, 2023
1 parent da79378 commit f066786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f066786

Please sign in to comment.