Skip to content

Commit db2bbfd

Browse files
committed
fix doc error
1 parent ab18487 commit db2bbfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dialect/databricks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Dialect for DatabricksDialect {
6565
true
6666
}
6767

68-
/// https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-comment
68+
/// See <https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-comment>
6969
fn supports_nested_comments(&self) -> bool {
7070
true
7171
}

0 commit comments

Comments
 (0)