Skip to content

Commit

Permalink
[FLINK-9734][docs][sql] Fix typo
Browse files Browse the repository at this point in the history
This closes apache#6249.
  • Loading branch information
snuyanzin authored and zentol committed Jul 4, 2018
1 parent 80be8e1 commit 9a5e0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/table/sqlClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ format:
type: VARCHAR
- name: field2
type: TIMESTAMP
field-deleimiter: "," # optional: string delimiter "," by default
field-delimiter: "," # optional: string delimiter "," by default
line-delimiter: "\n" # optional: string delimiter "\n" by default
quote-character: '"' # optional: single character for string values, empty by default
comment-prefix: '#' # optional: string to indicate comments, empty by default
Expand Down

0 comments on commit 9a5e0c8

Please sign in to comment.