Skip to content

Commit 7654a49

Browse files
committed
Fix doc
1 parent 4538847 commit 7654a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/helpers/stmt_create_database.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ use crate::parser::ParserError;
5151
/// )
5252
/// ```
5353
///
54-
/// [1]: Statement::CreateTable
54+
/// [1]: Statement::CreateSnowflakeDatabase
5555
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
5656
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
5757
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)