Skip to content

Commit a883cb9

Browse files
Update src/ast/ddl.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 87e1c66 commit a883cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,7 @@ pub struct CreateTrigger {
32193219
///
32203220
/// [MsSql](https://learn.microsoft.com/en-us/sql/t-sql/statements/create-trigger-transact-sql?view=sql-server-ver16#arguments)
32213221
pub or_alter: bool,
3222-
/// True if this is a temporary trigger, which is supported in SQLite.
3222+
/// True if this is a temporary trigger.
32233223
///
32243224
/// The possible syntaxes are two:
32253225
///

0 commit comments

Comments
 (0)