Skip to content

Commit 7d6792a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5683,7 +5683,7 @@ impl fmt::Display for AlterTextSearchOperation {
56835683
}
56845684
}
56855685

5686-
/// PostgreSQL `ALTER TEXT SEARCH ...` statement.
5686+
/// `ALTER TEXT SEARCH ...` statement.
56875687
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
56885688
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
56895689
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)