Skip to content

Commit

Permalink
Merge pull request #4328 from yasamoka/not-selectable-wrong-word
Browse files Browse the repository at this point in the history
fix: replace wrong word in NotSelectable documentation
  • Loading branch information
weiznich authored Oct 29, 2024
2 parents 0d4d41b + 15dabc0 commit e33cdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/expression/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub mod expression_types {
#[derive(Clone, Copy, Debug)]
pub struct Untyped;

/// Query nodes witch cannot be part of a select clause.
/// Query nodes which cannot be part of a select clause.
///
/// If you see an error message containing `FromSqlRow` and this type
/// recheck that you have written a valid select clause
Expand Down

0 comments on commit e33cdeb

Please sign in to comment.