We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f0289 commit 2bbed77Copy full SHA for 2bbed77
1 file changed
diesel/src/query_source/mod.rs
@@ -32,7 +32,7 @@ pub use self::peano_numbers::*;
32
/// When this trait is derived, it will assume that the order of fields on your
33
/// struct match the order of the fields in the query. This means that field
34
/// order is significant if you are using `#[derive(Queryable)]`. Field name has
35
-/// no affect.
+/// no effect.
36
///
37
/// # Examples
38
0 commit comments