This commit is contained in:
Ian Manske 2024-10-12 20:23:58 -07:00
parent 9a2a86399c
commit edc073479d

View File

@ -114,7 +114,7 @@ the declaration may not be in scope.
val.try_into()
.map(BlockId::new)
.map_err(|_| ShellError::InvalidValue {
valid: "a non-negative interger".into(),
valid: "a non-negative integer".into(),
actual: val.to_string(),
span: target.span(),
})?