Skip to content

Commit

Permalink
Fix sweep docs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Walrus committed Apr 26, 2023
1 parent a4d75d8 commit 298b422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 298b422

Please sign in to comment.