Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkovaxx committed Oct 16, 2023
1 parent cc6c169 commit ae33120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/opencascade/src/primitives/shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl Shell {
make_loft.pin_mut().AddWire(&wire.as_ref().inner);
}

// Set to CheckCompatibility to `true` to avoid twisted results.
// Set CheckCompatibility to `true` to avoid twisted results.
make_loft.pin_mut().CheckCompatibility(true);

let shape = make_loft.pin_mut().Shape();
Expand Down

0 comments on commit ae33120

Please sign in to comment.