Skip to content

Commit 01cb249

Browse files
committed
typo
1 parent ae3c81f commit 01cb249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub enum MetadataError {
108108
impl std::fmt::Display for MetadataError {
109109
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
110110
match self {
111-
Self::RoundtripError { value } => write!(f, "meta data round trip error: {value:?}"),
111+
Self::RoundtripError { value } => write!(f, "metadata round trip error: {value:?}"),
112112
}
113113
}
114114
}

0 commit comments

Comments
 (0)