Skip to content

Commit b044c48

Browse files
authored
Apply suggestion from @xitep
1 parent 0807255 commit b044c48

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
@@ -374,7 +374,7 @@ pub struct Select {
374374
pub prewhere: Option<Expr>,
375375
/// WHERE
376376
pub selection: Option<Expr>,
377-
/// STARTING WITH .. CONNECT BY
377+
/// START WITH .. CONNECT BY
378378
pub connect_by: Option<ConnectBy>,
379379
/// GROUP BY
380380
pub group_by: GroupByExpr,

0 commit comments

Comments
 (0)