From c236eb40ef00f899356151e194c2188517e19fc2 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 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