Fix typo in comment

This commit is contained in:
Hanno Braun 2024-07-26 19:47:01 +02:00
parent a3b263dd93
commit 6806b585b6

View File

@ -50,7 +50,7 @@ impl SweepSurfacePath for SurfacePath {
// What definitely won't work, is computing the bottom edge of
// the sweep. The edge sweeping code currently assumes that the
// bottom edge is a line (which is true when sweeping from a
// flat surface). But is the surface we're sweeping from is
// flat surface). But if the surface we're sweeping from is
// curved, there's simply no way to represent the curve of the
// resulting bottom edge.
todo!(