Skip to content

Commit

Permalink
Merge pull request #19 from waywardmonkeys/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bonsairobo authored Aug 22, 2024
2 parents 541e9cc + 7cb5d9f commit 9589cb6
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 9589cb6

Please sign in to comment.