Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 8, 2022
1 parent c86baca commit 4151e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fj-kernel/src/objects/face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ impl Face {

/// Construct a new instance of `Face`
///
/// Creates the face with no exteriors, no interiors and the default color.
/// This can be overridden using the `with_` methods.
/// Creates the face with no interiors and the default color. This can be
/// overridden using the `with_` methods.
pub fn new(surface: Surface, exterior: Cycle) -> Self {
Self {
surface,
Expand Down

0 comments on commit 4151e23

Please sign in to comment.