Skip to content

Commit

Permalink
Update doc comment of operations::sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Nov 23, 2023
1 parent d923ec8 commit 282a2df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/fj-core/src/operations/sweep/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//! Sweeping objects along a path to create new objects
//! Sweep objects along a path to create new objects
//!
//! Sweeps 1D or 2D objects along a straight path, creating a 2D or 3D object,
//! respectively.

mod face;
mod half_edge;
Expand Down

0 comments on commit 282a2df

Please sign in to comment.