Skip to content

Commit c3236ff

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

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
@@ -5644,7 +5644,7 @@ impl fmt::Display for AlterTextSearchDictionaryOption {
56445644
}
56455645
}
56465646

5647-
/// Operation for PostgreSQL `ALTER TEXT SEARCH ...`.
5647+
/// Operation for `ALTER TEXT SEARCH ...`.
56485648
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
56495649
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
56505650
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)