Skip to content

Commit 2f342e4

Browse files
committed
Apply suggestion from @xitep
1 parent 75a4319 commit 2f342e4

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)