From ae331206c7ea81ef791b4bb931fd8a217f6cb4de Mon Sep 17 00:00:00 2001 From: Mate Kovacs Date: Mon, 16 Oct 2023 18:44:45 +0900 Subject: [PATCH] fix typo in comment --- crates/opencascade/src/primitives/shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/opencascade/src/primitives/shell.rs b/crates/opencascade/src/primitives/shell.rs index 1d785fab..c4977bc5 100644 --- a/crates/opencascade/src/primitives/shell.rs +++ b/crates/opencascade/src/primitives/shell.rs @@ -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();