mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
Fix typo in sort-by
error message (#2841)
This commit is contained in:
parent
452d8c06e9
commit
7eb8634ad7
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ pub fn sort(
|
|||
{
|
||||
let (type_1, type_2) = values
|
||||
.err()
|
||||
.expect("An error ocourred in the checking of types");
|
||||
.expect("An error occurred in the checking of types");
|
||||
return Err(ShellError::labeled_error(
|
||||
"Not all values can be compared",
|
||||
format!(
|
||||
|
|
Loading…
Reference in a new issue