Skip to content

Commit

Permalink
Typo (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikWegner committed Oct 19, 2023
1 parent bd9a0e9 commit fef3a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/active_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ where
}
}

/// Check is a [Value] exists or not
/// Check if a [Value] exists or not
pub fn into_value(self) -> Option<Value> {
match self {
ActiveValue::Set(value) | ActiveValue::Unchanged(value) => Some(value.into()),
Expand Down

0 comments on commit fef3a67

Please sign in to comment.