From df4ccd15818dacec004184817d6c98f919b5ea1f Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Thu, 15 Aug 2024 19:57:22 +0200 Subject: [PATCH] Update comment --- crates/fj-core/src/operations/sweep/path.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/fj-core/src/operations/sweep/path.rs b/crates/fj-core/src/operations/sweep/path.rs index c004a09b1..b707bd26a 100644 --- a/crates/fj-core/src/operations/sweep/path.rs +++ b/crates/fj-core/src/operations/sweep/path.rs @@ -43,8 +43,8 @@ impl SweepSurfacePath for Path<2> { match u { Path::Circle(_) => { // Sweeping a `Curve` creates a `Surface`. The u-axis of that - // `Surface` is a `GlobalPath`, which we are computing below. - // That computation might or might not work with an arbitrary + // `Surface` is a `Path<3>`, which we are computing below. That + // computation might or might not work with an arbitrary // surface. Probably not, but I'm not sure. // // What definitely won't work, is computing the bottom edge of