We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a37c6 commit e5a0958Copy full SHA for e5a0958
src/ast/ddl.rs
@@ -3473,9 +3473,9 @@ impl fmt::Display for CreateDomain {
3473
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
3474
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
3475
pub enum FunctionReturnType {
3476
- /// RETURNS <type>
+ /// `RETURNS <type>`
3477
DataType(DataType),
3478
- /// RETURNS SETOF <type>
+ /// `RETURNS SETOF <type>`
3479
SetOf(DataType),
3480
}
3481
0 commit comments