Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 21, 2024
1 parent a227a50 commit 7cb5d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples-crate/rayon-chunks/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fn write_mesh_to_obj_file(name: String, buffers: &[(Vec3A, SurfaceNetsBuffer)])
filename.clone(),
)?;
println!(
"Succcessfully wrote {} triangles to {}",
"Successfully wrote {} triangles to {}",
number_of_tris, &filename
);
Ok(())
Expand Down

0 comments on commit 7cb5d9f

Please sign in to comment.