Typo (#1923)
This commit is contained in:
parent
bd9a0e9b7e
commit
fef3a67856
@ -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> {
|
pub fn into_value(self) -> Option<Value> {
|
||||||
match self {
|
match self {
|
||||||
ActiveValue::Set(value) | ActiveValue::Unchanged(value) => Some(value.into()),
|
ActiveValue::Set(value) | ActiveValue::Unchanged(value) => Some(value.into()),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user