Skip to content

Commit 2144d92

Browse files
committed
Docs
1 parent 43295c8 commit 2144d92

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
@@ -8772,9 +8772,9 @@ pub enum CopyLegacyOption {
87728772
Null(String),
87738773
/// CSV ...
87748774
Csv(Vec<CopyLegacyCsvOption>),
8775-
/// IAM_ROLE { default | 'arn:aws:iam::<AWS account-id>:role/<role-name>' }
8775+
/// IAM_ROLE { default | 'arn:aws:iam::123456789:role/role1' }
87768776
IamRole(Option<String>),
8777-
/// IGNOREHEADER [ AS ] number_rows
8777+
/// IGNOREHEADER \[ AS \] number_rows
87788778
IgnoreHeader(u64),
87798779
}
87808780

0 commit comments

Comments
 (0)