This commit is contained in:
Dietmar Maurer 2020-11-24 12:44:03 +01:00
parent bba65fe051
commit 474fae5b3d

View File

@ -676,7 +676,7 @@ pub fn parse_property_string(value_str: &str, schema: &Schema) -> Result<Value,
Ok(array.into()) Ok(array.into())
} }
_ => bail!("Got unexpetec schema type."), _ => bail!("Got unexpected schema type."),
} }
} }