Skip to content

Commit

Permalink
Remove the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Jan 6, 2024
1 parent a3d2ce1 commit c8dc699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/float_sortable/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use nutype::nutype;
#[nutype(derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord), validate(finite))]
pub struct Width(f64);

// Corrrect (test typos)
fn main() {
let raw_widths = vec![1.5, 1.4, 2.1, 1.8];

Expand Down

0 comments on commit c8dc699

Please sign in to comment.