From d559b1489c58cfe7d64690d06f347e2b1b307b5d Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Sat, 23 Mar 2024 11:53:18 +0100 Subject: [PATCH] Update doc comment --- crates/fj-core/src/layers/layers.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/fj-core/src/layers/layers.rs b/crates/fj-core/src/layers/layers.rs index df6ae3f93..2f18cd3a3 100644 --- a/crates/fj-core/src/layers/layers.rs +++ b/crates/fj-core/src/layers/layers.rs @@ -22,10 +22,9 @@ use super::Layer; /// For now, there is no need for this, and all layers are just hardcoded here. /// That can be changed, once necessary. pub struct Layers { - /// The objects layer + /// The topology layer /// - /// Manages the stores of topological and geometric objects that make up - /// shapes. + /// Manages the stores of topological objects. pub topology: Layer, /// The geometry layer