Skip to content

Commit 87c529b

Browse files
committed
clarify
1 parent ea50019 commit 87c529b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9965,7 +9965,7 @@ impl<'a> Parser<'a> {
99659965
})
99669966
}
99679967

9968-
/// Parse set quantifier for pipe operators that require DISTINCT (INTERSECT, EXCEPT)
9968+
/// Parse set quantifier for pipe operators that require DISTINCT. E.g. INTERSECT and EXCEPT
99699969
fn parse_distinct_required_set_quantifier(
99709970
&mut self,
99719971
operator_name: &str,

0 commit comments

Comments
 (0)