mirror of
https://github.com/nushell/nushell
synced 2025-01-30 22:03:35 +00:00
Fix 'Inimplemented' typo. (#3922)
This commit is contained in:
parent
b873fa7a5f
commit
0cf5dc11e3
1 changed files with 1 additions and 1 deletions
|
@ -625,7 +625,7 @@ impl ShellError {
|
|||
}
|
||||
|
||||
ProximateShellError::UntaggedRuntimeError { reason } => Diagnostic::error().with_message(format!("Error: {}", reason)),
|
||||
ProximateShellError::Unimplemented { reason } => Diagnostic::error().with_message(format!("Inimplemented: {}", reason)),
|
||||
ProximateShellError::Unimplemented { reason } => Diagnostic::error().with_message(format!("Unimplemented: {}", reason)),
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue