From ffbfdeb9127a8c141930487d7d66bb8aea52833d Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 18 Nov 2024 21:29:27 +0700 Subject: [PATCH] Fix comment typo (#192) --- fidget/src/mesh/octree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fidget/src/mesh/octree.rs b/fidget/src/mesh/octree.rs index 70815bcd..27b26df4 100644 --- a/fidget/src/mesh/octree.rs +++ b/fidget/src/mesh/octree.rs @@ -122,7 +122,7 @@ impl Octree { /// Builds an octree to the given depth /// /// If the shape uses variables other than `x`, `y`, `z`, then - /// [`build_with_vars`](Octree::build_with_vars) should be used instead 9and + /// [`build_with_vars`](Octree::build_with_vars) should be used instead (and /// this function will return an error). /// /// The shape is evaluated on the region specified by `settings.bounds`.