Skip to content

Commit 369961a

Browse files
committed
Doc typo fixes
1 parent 67e4a12 commit 369961a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/types/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ macro_rules! make_postgres_type {
142142
_ => None
143143
}
144144
}
145-
146145
}
147146

148147
impl Type {
@@ -584,9 +583,9 @@ impl error::Error for WasNull {
584583
/// `Option<T>` where `T` implements `FromSql`. An `Option<T>` represents a
585584
/// nullable Postgres value.
586585
pub trait FromSql: Sized {
587-
/// Creates a new value of this type from a `Read` of Postgres data.
586+
/// Creates a new value of this type from a `Read`er of Postgres data.
588587
///
589-
/// If the value was `NULL`, the `Read` will be `None`.
588+
/// If the value was `NULL`, the `Read`er will be `None`.
590589
///
591590
/// The caller of this method is responsible for ensuring that this type
592591
/// is compatible with the Postgres `Type`.

0 commit comments

Comments
 (0)