Skip to content

Commit 9a83903

Browse files
Apply suggestion
Co-authored-by: Joshua Lampert <[email protected]>
1 parent a0d57fe commit 9a83903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/specializations/PolyArea.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Specialized Methods for PolyArea
33
#
44
# Why Specialized?
5-
# The PolyArea geometry defines a surface bounded by a polygon but Meshes.jl
6-
# can not define a parametric function for a polyarea because a general solution
5+
# The PolyArea geometry defines a surface bounded by a polygon, but Meshes.jl
6+
# cannot define a parametric function for a polyarea because a general solution
77
# for one does not exist. However, they can be partitioned into simpler elements
88
# and integrated separately before finally summing the result.
99
################################################################################

0 commit comments

Comments
 (0)