diff --git a/crates/fj-core/src/operations/update/shell.rs b/crates/fj-core/src/operations/update/shell.rs index e9d21cb89..95118ab00 100644 --- a/crates/fj-core/src/operations/update/shell.rs +++ b/crates/fj-core/src/operations/update/shell.rs @@ -9,7 +9,13 @@ pub trait UpdateShell { #[must_use] fn add_faces(&self, faces: impl IntoIterator>) -> 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,