Skip to content

Commit

Permalink
Merge pull request #4026 from MixusMinimax/docs/typo/combine-dsl-except
Browse files Browse the repository at this point in the history
[docs] Update combine_dsl.rs - fix typo EXPECT to EXCEPT
  • Loading branch information
pksunkara authored May 14, 2024
2 parents 56a39c0 + beaccd0 commit 413f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/query_dsl/combine_dsl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::query_builder::combination_clause::{
use crate::query_builder::{AsQuery, Query};
use crate::Table;

/// Extension trait to combine queries using a combinator like `UNION`, `INTERSECT` or `EXPECT`
/// Extension trait to combine queries using a combinator like `UNION`, `INTERSECT` or `EXCEPT`
/// with or without `ALL` rule for duplicates
pub trait CombineDsl {
/// What kind of query does this type represent?
Expand Down

0 comments on commit 413f8de

Please sign in to comment.