Skip to content

Commit 93c849e

Browse files
authored
Merge pull request diesel-rs#1475 from oli-obk/patch-1
Fix typo in docs
2 parents c6f0289 + 2bbed77 commit 93c849e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diesel/src/query_source/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub use self::peano_numbers::*;
3232
/// When this trait is derived, it will assume that the order of fields on your
3333
/// struct match the order of the fields in the query. This means that field
3434
/// order is significant if you are using `#[derive(Queryable)]`. Field name has
35-
/// no affect.
35+
/// no effect.
3636
///
3737
/// # Examples
3838
///

0 commit comments

Comments
 (0)