Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 11, 2023
1 parent 2ab5169 commit e7407a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/builder/sketch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::{

/// Builder API for [`PartialSketch`]
pub trait SketchBuilder {
/// Add a polygon to the sketch, created from the provided points
/// Add a face to the sketch
fn add_face(&mut self) -> Partial<Face>;
}

Expand Down

0 comments on commit e7407a4

Please sign in to comment.