We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1e56f commit fd498fbCopy full SHA for fd498fb
1 file changed
diesel/src/query_dsl/mod.rs
@@ -498,8 +498,8 @@ pub trait QueryDsl: Sized {
498
/// [`inner_join`]: QueryDsl::inner_join()
499
///
500
/// Columns in the right hand table will become `Nullable` which means
501
- /// you must call `nullable()` on the corresponding fields in the select
502
- /// clause:
+ /// you must call `nullable()` on the corresponding fields in the select
+ /// clause:
503
504
/// ### Selecting after a left join
505
0 commit comments