diff --git a/crates/fj/src/lib.rs b/crates/fj/src/lib.rs index 0f7deff93..eba71f6ad 100644 --- a/crates/fj/src/lib.rs +++ b/crates/fj/src/lib.rs @@ -46,7 +46,7 @@ pub enum Shape { /// A 2D shape Shape2d(Shape2d), - /// A sweep of 2-dimensional shape along the z-axis + /// A sweep of 2-dimensional shape along a straight path Sweep(Sweep), /// A transformed 3-dimensional shape