mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 17:34:00 +01:00
Fix typo
This commit is contained in:
parent
9a2a86399c
commit
edc073479d
@ -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(),
|
||||
})?
|
||||
|
Loading…
Reference in New Issue
Block a user