Skip to content

Commit

Permalink
Merge pull request #1938 from hannobraun/docs
Browse files Browse the repository at this point in the history
Update doc comment
  • Loading branch information
hannobraun authored Jul 13, 2023
2 parents 53a49ea + c496cf9 commit c2fea02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ pub trait UpdateShell {
#[must_use]
fn add_faces(&self, faces: impl IntoIterator<Item = Handle<Face>>) -> Self;

/// Update a face of the shell
/// Replace a face of the shell
#[must_use]
fn replace_face(
&self,
Expand Down

0 comments on commit c2fea02

Please sign in to comment.