Skip to content

Commit de019d9

Browse files
committed
Docs
1 parent 893caa0 commit de019d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ast/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8570,9 +8570,9 @@ pub enum CopyLegacyOption {
85708570
Null(String),
85718571
/// CSV ...
85728572
Csv(Vec<CopyLegacyCsvOption>),
8573-
/// IAM_ROLE { default | 'arn:aws:iam::<AWS account-id>:role/<role-name>' }
8573+
/// IAM_ROLE { default | 'arn:aws:iam::123456789:role/role1' }
85748574
IamRole(Option<String>),
8575-
/// IGNOREHEADER [ AS ] number_rows
8575+
/// IGNOREHEADER \[ AS \] number_rows
85768576
IgnoreHeader(u64),
85778577
}
85788578

0 commit comments

Comments
 (0)