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;