Skip to content

Commit d74fd2c

Browse files
author
aleksei.p
committed
update
1 parent c41a356 commit d74fd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5821,7 +5821,7 @@ pub enum SqlOption {
58215821
/// MS SQL Server specific: Optional parameters of identity column
58225822
/// E.g.
58235823
///
5824-
/// IDENTITY(1, 2)
5824+
/// IDENTITY(1, 2)
58255825
///
58265826
/// [MS SQL Server]: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-table-transact-sql-identity-property
58275827
Identity { seed: Value, increment: Value },

0 commit comments

Comments
 (0)