Skip to content

Commit df8253d

Browse files
committed
Apply suggestion from @xitep
1 parent 068fd83 commit df8253d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ pub struct Select {
480480
pub prewhere: Option<Expr>,
481481
/// WHERE
482482
pub selection: Option<Expr>,
483-
/// STARTING WITH .. CONNECT BY
483+
/// START WITH .. CONNECT BY
484484
pub connect_by: Option<ConnectBy>,
485485
/// GROUP BY
486486
pub group_by: GroupByExpr,

0 commit comments

Comments
 (0)