Update comment

This commit is contained in:
Hanno Braun 2022-03-08 14:13:48 +01:00
parent 14e304346d
commit dddcc8c377

View File

@ -69,7 +69,8 @@ impl ToShape for fj::Difference2d {
},
) => (a, b, surface_a, surface_b),
_ => {
// None of the 2D types still use the triangles representation.
// None of the 2D types still use triangle
// representation.
unreachable!()
}
};