Skip to content

Commit 51990f8

Browse files
dilovancelikiffyio
andauthored
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent e6989fc commit 51990f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3829,7 +3829,7 @@ pub enum Statement {
38293829
on: Box<Expr>,
38303830
/// Specifies the actions to perform when values match or do not match.
38313831
clauses: Vec<MergeClause>,
3832-
// Speccifies the output to save changes in MSSQL
3832+
// Specifies the output to save changes in MSSQL
38333833
output: Option<Output>,
38343834
},
38353835
/// ```sql

0 commit comments

Comments
 (0)