From 4151e2334d12eeb70adbc14b18f8a81c840e4752 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Thu, 8 Sep 2022 12:42:03 +0200 Subject: [PATCH] Update doc comment --- crates/fj-kernel/src/objects/face.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/fj-kernel/src/objects/face.rs b/crates/fj-kernel/src/objects/face.rs index f57b5b77b..a6b41e2d7 100644 --- a/crates/fj-kernel/src/objects/face.rs +++ b/crates/fj-kernel/src/objects/face.rs @@ -60,8 +60,8 @@ impl Face { /// Construct a new instance of `Face` /// - /// Creates the face with no exteriors, no interiors and the default color. - /// This can be overridden using the `with_` methods. + /// Creates the face with no interiors and the default color. This can be + /// overridden using the `with_` methods. pub fn new(surface: Surface, exterior: Cycle) -> Self { Self { surface,