Skip to content

Commit

Permalink
fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Nov 2, 2024
1 parent c182501 commit 2c39bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MarchingCubes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ end
test_interior(case, cb, cfg, subcfg, s)
# Description
Tests if the components of the tesselation of the cube should be connected through the interior of the cube.
Tests if the components of the tessellation of the cube should be connected through the interior of the cube.
"""
test_interior(case, cb::MVector{N,T}, cfg, subcfg, s) where {N,T} = begin
test = 0
Expand Down Expand Up @@ -489,7 +489,7 @@ end
test_face(cb, face)
# Description
Tests if the components of the tesselation of the cube should be connected by the interior of an ambiguous face.
Tests if the components of the tessellation of the cube should be connected by the interior of an ambiguous face.
"""
test_face(cb::MVector{N,T}, face) where {N,T} = begin
@inbounds begin
Expand Down

0 comments on commit 2c39bfb

Please sign in to comment.