Skip to content

Commit f45c7b3

Browse files
shepmasterEijebong
authored andcommitted
typo
1 parent 2ce0e4e commit f45c7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel/src/deserialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub type Result<T> = result::Result<T, Box<Error + Send + Sync>>;
2525
/// When this trait is derived, it will assume that the order of fields on your
2626
/// struct match the order of the fields in the query. This means that field
2727
/// order is significant if you are using `#[derive(Queryable)]`. Field name has
28-
/// no affect.
28+
/// no effect.
2929
///
3030
/// # Examples
3131
///

0 commit comments

Comments
 (0)