Skip to content

Commit 7e397a8

Browse files
committed
Doc cleanup
1 parent 178744a commit 7e397a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ macro_rules! make_postgres_type {
138138
}
139139
}
140140

141-
/// The kind of this type.
141+
/// Returns the kind of this type.
142142
pub fn kind(&self) -> &Kind {
143143
match *self {
144144
$(
@@ -151,7 +151,7 @@ macro_rules! make_postgres_type {
151151
}
152152
}
153153

154-
/// The schema of this type.
154+
/// Returns the schema of this type.
155155
pub fn schema(&self) -> &str {
156156
match *self {
157157
Type::Other(ref u) => u.schema(),

0 commit comments

Comments
 (0)