mirror of
https://github.com/nushell/nushell
synced 2024-12-29 06:23:11 +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
|
let (type_1, type_2) = values
|
||||||
.err()
|
.err()
|
||||||
.expect("An error ocourred in the checking of types");
|
.expect("An error occurred in the checking of types");
|
||||||
return Err(ShellError::labeled_error(
|
return Err(ShellError::labeled_error(
|
||||||
"Not all values can be compared",
|
"Not all values can be compared",
|
||||||
format!(
|
format!(
|
||||||
|
|
Loading…
Reference in a new issue