Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzrehde committed Oct 30, 2023
1 parent f47f4ff commit cfcf006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iter/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ fn check_partial_cmp_late_nan_direct() {
}

#[test]
fn check_partial_cmp_late_nane_to_seq() {
fn check_partial_cmp_late_nan_to_seq() {
let a = vec![0.0, f64::NAN];
let b = vec![1.0, 1.0];

Expand Down

0 comments on commit cfcf006

Please sign in to comment.