Skip to content

Commit 73e7b8a

Browse files
authored
Fix typo in Table Dialect (#1071)
1 parent 9cd159d commit 73e7b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/standard/table-dialect.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ With this dialect definition:
426426

427427
### `nullSequence` {#nullSequence}
428428

429-
A Table Dialect descriptor `MAY` have the `nullSequence` property that `MUST` be a string; undefined by default. This property specifies specifies the null sequence, for example, `\N`.
429+
A Table Dialect descriptor `MAY` have the `nullSequence` property that `MUST` be a string; undefined by default. This property specifies the null sequence, for example, `\N`.
430430

431431
For example, this data file:
432432

0 commit comments

Comments
 (0)