Skip to content

Commit 2235080

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

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
@@ -5593,7 +5593,7 @@ impl fmt::Display for TextSearchObjectType {
55935593
}
55945594
}
55955595

5596-
/// PostgreSQL `CREATE TEXT SEARCH ...` statement.
5596+
/// `CREATE TEXT SEARCH ...` statement.
55975597
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
55985598
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
55995599
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)