Skip to content

Commit

Permalink
Fixing spelling issue
Browse files Browse the repository at this point in the history
Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
  • Loading branch information
dcookspi committed Oct 21, 2024
1 parent 9e6907d commit 8639671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spfs/src/tracking/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ impl<'de> Deserialize<'de> for EnvSpecItem {

EnvSpecItem::from_str(&value).map_err(|err| {
// Unfortunately, serde errors call .display() on their
// paramater and store that internally. So we lose the
// parameter and store that internally. So we lose the
// original error object here.
serde::de::Error::custom(format!("deserializing EnvSpecItem failed: {err}"))
})
Expand Down

0 comments on commit 8639671

Please sign in to comment.