We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce0e4e commit f45c7b3Copy full SHA for f45c7b3
1 file changed
diesel/src/deserialize.rs
@@ -25,7 +25,7 @@ pub type Result<T> = result::Result<T, Box<Error + Send + Sync>>;
25
/// When this trait is derived, it will assume that the order of fields on your
26
/// struct match the order of the fields in the query. This means that field
27
/// order is significant if you are using `#[derive(Queryable)]`. Field name has
28
-/// no affect.
+/// no effect.
29
///
30
/// # Examples
31
0 commit comments