We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3c81f commit 01cb249Copy full SHA for 01cb249
src/sys/mod.rs
@@ -108,7 +108,7 @@ pub enum MetadataError {
108
impl std::fmt::Display for MetadataError {
109
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
110
match self {
111
- Self::RoundtripError { value } => write!(f, "meta data round trip error: {value:?}"),
+ Self::RoundtripError { value } => write!(f, "metadata round trip error: {value:?}"),
112
}
113
114
0 commit comments