From 298b4222645cee6e8c06c5f2e0ccedc135c3ad19 Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Wed, 26 Apr 2023 16:54:29 +0300 Subject: [PATCH] Fix sweep docs --- crates/fj/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj/src/lib.rs b/crates/fj/src/lib.rs index 0f7deff932..eba71f6ad5 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