Skip to content

Commit b7205f0

Browse files
git-hulkiffyio
andauthored
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent c9b4085 commit b7205f0

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
@@ -428,8 +428,8 @@ impl fmt::Display for Interval {
428428
pub struct StructField {
429429
pub field_name: Option<Ident>,
430430
pub field_type: DataType,
431-
// BigQuery supports options for struct fields.
432-
// see [BigQuery]: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#column_name_and_column_schema
431+
/// Struct field options.
432+
/// see [BigQuery]: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#column_name_and_column_schema
433433
pub options: Option<Vec<SqlOption>>,
434434
}
435435

0 commit comments

Comments
 (0)