We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6989fc commit 51990f8Copy full SHA for 51990f8
src/ast/mod.rs
@@ -3829,7 +3829,7 @@ pub enum Statement {
3829
on: Box<Expr>,
3830
/// Specifies the actions to perform when values match or do not match.
3831
clauses: Vec<MergeClause>,
3832
- // Speccifies the output to save changes in MSSQL
+ // Specifies the output to save changes in MSSQL
3833
output: Option<Output>,
3834
},
3835
/// ```sql
0 commit comments