Skip to content

Commit 712691b

Browse files
authored
Update GeometryBasics.jl
1 parent 065d8a8 commit 712691b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeometryBasics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using StaticArrays, Tables, StructArrays
44
import GeometryTypes
55
import Base: convert
66
"""
7-
Geometry made of N connected points. Connected as one flat geometry, it makes a Line, Ngon / Polygon.
7+
Geometry made of N connected points. Connected as one flat geometry, it makes a Ngon / Polygon.
88
Connected as volume it will be a Simplex / Tri / Cube.
99
Note That `Polytype{N} where N == 3` denotes a Triangle both as a Simplex or Ngon.
1010
"""

0 commit comments

Comments
 (0)