Skip to content

Commit 0266753

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

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
@@ -5567,7 +5567,7 @@ impl Spanned for AlterFunction {
55675567
}
55685568
}
55695569

5570-
/// PostgreSQL text search object kind.
5570+
/// Text search object kind.
55715571
#[derive(Debug, Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Hash)]
55725572
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
55735573
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)