Skip to content

Commit 53dfb45

Browse files
committed
Fix link in comment
1 parent 7f73e24 commit 53dfb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ pub struct StructField {
429429
pub field_name: Option<Ident>,
430430
pub field_type: DataType,
431431
/// Struct field options.
432-
/// see [BigQuery]: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#column_name_and_column_schema
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)