Skip to content

Commit 889146e

Browse files
tomershaniiiiffyio
andauthored
Update src/dialect/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 6dd521a commit 889146e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dialect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ pub trait Dialect: Debug + Any {
889889
}
890890

891891
/// Returns reserved keywords for projection item prefix operator
892-
/// e.g. SELECT CONNECT_BY_ROOT name FROM Tbl2 (Snowflake)
892+
/// e.g. `SELECT CONNECT_BY_ROOT name FROM Tbl2` (Snowflake)
893893
fn get_reserved_keywords_for_select_item_operator(&self) -> &[Keyword] {
894894
&[]
895895
}

0 commit comments

Comments
 (0)