From 346e2027cdf90f96bd22691e387c8353a95bd951 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 10 Jul 2024 22:17:19 +0200 Subject: [PATCH] Update doc comment --- crates/fj-core/src/geometry/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/geometry/mod.rs b/crates/fj-core/src/geometry/mod.rs index 52bfaddde..39dc822fb 100644 --- a/crates/fj-core/src/geometry/mod.rs +++ b/crates/fj-core/src/geometry/mod.rs @@ -1,4 +1,4 @@ -//! Types that are tied to objects, but aren't objects themselves +//! Geometry that is applied to the topological object graph mod boundary; mod curve;