Skip to content

Commit 63185b6

Browse files
authored
Update databricks.rs
1 parent 5e27b31 commit 63185b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialect/databricks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ impl Dialect for DatabricksDialect {
7070
true
7171
}
7272

73-
/// See https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html
73+
/// See <https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select-groupby.html>
7474
fn supports_group_by_with_modifier(&self) -> bool {
7575
true
7676
}

0 commit comments

Comments
 (0)