Skip to content

Commit 2c39bfb

Browse files
authored
fix spelling errors
1 parent c182501 commit 2c39bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MarchingCubes.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ end
369369
test_interior(case, cb, cfg, subcfg, s)
370370
371371
# Description
372-
Tests if the components of the tesselation of the cube should be connected through the interior of the cube.
372+
Tests if the components of the tessellation of the cube should be connected through the interior of the cube.
373373
"""
374374
test_interior(case, cb::MVector{N,T}, cfg, subcfg, s) where {N,T} = begin
375375
test = 0
@@ -489,7 +489,7 @@ end
489489
test_face(cb, face)
490490
491491
# Description
492-
Tests if the components of the tesselation of the cube should be connected by the interior of an ambiguous face.
492+
Tests if the components of the tessellation of the cube should be connected by the interior of an ambiguous face.
493493
"""
494494
test_face(cb::MVector{N,T}, face) where {N,T} = begin
495495
@inbounds begin

0 commit comments

Comments
 (0)