mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
sort: fix whitespace and spelling
This commit is contained in:
parent
cc63565051
commit
2cdccb10bb
1 changed files with 8 additions and 8 deletions
|
@ -160,7 +160,7 @@ fn permissive_f64_parse(a: &str) -> f64{
|
|||
}
|
||||
}
|
||||
|
||||
/// Compares two floating point numbers, with errors being assumned to be -inf.
|
||||
/// Compares two floating point numbers, with errors being assumed to be -inf.
|
||||
/// Stops coercing at the first whitespace char, so 1e2 will parse as 100 but
|
||||
/// 1,000 will parse as -inf.
|
||||
fn numeric_compare(a: &String, b: &String) -> Ordering {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue