diff --git a/src/entity/active_model.rs b/src/entity/active_model.rs index 656fc185..c0e34484 100644 --- a/src/entity/active_model.rs +++ b/src/entity/active_model.rs @@ -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 { match self { ActiveValue::Set(value) | ActiveValue::Unchanged(value) => Some(value.into()),