Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Jul 29, 2024
1 parent bd34134 commit 20b724f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprocessing/point_in_poly/hierarchical_winding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function determine_closure!(closing_edges, min_corner, max_corner, polygon::Poly
push!(closing_edges, edge)
end

# See comment above as to why intersecting edges are treated seperately
# See comment above as to why intersecting edges are treated separately
for edge in intersecting_edges
v1 = edge_vertices_ids[edge][1]
v2 = edge_vertices_ids[edge][2]
Expand Down

0 comments on commit 20b724f

Please sign in to comment.