mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Remove errant word in comment
This commit is contained in:
parent
bf4c79f066
commit
7bdb680d7e
@ -88,8 +88,8 @@ fn triangles(points: &[TriangulationPoint]) -> Vec<[TriangulationPoint; 3]> {
|
||||
}
|
||||
|
||||
fn polygon(points: &[TriangulationPoint]) -> Polygon {
|
||||
// This is a placeholder implementation that is probably not well-tested and
|
||||
// probably doesn't support polygons with multiple holes.
|
||||
// This is a placeholder implementation that is not well-tested and probably
|
||||
// doesn't support polygons with multiple holes.
|
||||
|
||||
let mut line_strings = VecDeque::new();
|
||||
let mut current_line_string = Vec::new();
|
||||
|
Loading…
Reference in New Issue
Block a user