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 26, 2023
1 parent 119bf9d commit d38a235
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/fj-core/src/operations/update/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ pub trait UpdateShell {
#[must_use]
fn add_faces(&self, faces: impl IntoIterator<Item = Handle<Face>>) -> Self;

/// Replace a face of the shell
/// Update a face of the shell
///
/// # Panics
///
/// Uses [`Handles::update`] internally, and panics for the same reasons.
///
/// [`Handles::update`]: crate::objects::Handles::update
#[must_use]
fn update_face(
&self,
Expand Down

0 comments on commit d38a235

Please sign in to comment.