From 485c67adad71f9898a7759edc72b2e5d48875296 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Thu, 15 Aug 2024 19:48:21 +0200 Subject: [PATCH] Update doc comment --- crates/fj-core/src/geometry/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-core/src/geometry/path.rs b/crates/fj-core/src/geometry/path.rs index 4fc977575..6d62c5870 100644 --- a/crates/fj-core/src/geometry/path.rs +++ b/crates/fj-core/src/geometry/path.rs @@ -4,7 +4,7 @@ use fj_math::{Circle, Line, Point, Scalar, Transform, Vector}; -/// A path through surface (2D) space +/// A path through surface (2D) or global (3D) space #[derive(Clone, Copy, Debug, Eq, PartialEq, Hash, Ord, PartialOrd)] pub enum Path { /// A circle