Skip to content

Commit

Permalink
Merge pull request #1800 from A-Walrus/sweep_docs
Browse files Browse the repository at this point in the history
Fix sweep docs
  • Loading branch information
hannobraun authored Apr 26, 2023
2 parents 09c5df7 + c236eb4 commit a2579f6
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 a2579f6

Please sign in to comment.