Skip to content

Commit

Permalink
Merge #1099
Browse files Browse the repository at this point in the history
1099: Fixed typos r=cuviper a=fritzrehde

I fixed some typos that I found with [`typos`](https://github.com/crate-ci/typos).

Co-authored-by: fritzrehde <fritzrehde.work@gmail.com>
  • Loading branch information
bors[bot] and fritzrehde committed Oct 30, 2023
2 parents f47f4ff + cfcf006 commit d1b18e6
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 d1b18e6

Please sign in to comment.