Skip to content

Commit

Permalink
Fix comment typo (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Nov 18, 2024
1 parent 3b94b8c commit ffbfdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fidget/src/mesh/octree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit ffbfdeb

Please sign in to comment.