From 214e2e18fa29c35e1bfc75861db77936e2792112 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 25 Feb 2025 12:19:46 +0100 Subject: [PATCH] Update doc comment --- experiments/2024-12-09/src/operations/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/2024-12-09/src/operations/connect.rs b/experiments/2024-12-09/src/operations/connect.rs index 367112d9a..572e9fc4c 100644 --- a/experiments/2024-12-09/src/operations/connect.rs +++ b/experiments/2024-12-09/src/operations/connect.rs @@ -10,7 +10,7 @@ pub trait ConnectExt { /// ## Panics /// /// Panics, if the two faces provided do not have the same number of - /// vertices. + /// half-edges. /// /// ## Implementation Note ///