diff --git a/src/Triangle/Mesh.cs b/src/Triangle/Mesh.cs index a052768..a1efd7d 100644 --- a/src/Triangle/Mesh.cs +++ b/src/Triangle/Mesh.cs @@ -34,7 +34,7 @@ namespace TriangleNet // TODO: Check if custom hashmap implementation could be faster. - // Using hashsets for memory management should quite fast. + // Using hashsets for memory management should be quite fast. internal TrianglePool triangles; internal Dictionary subsegs; internal Dictionary vertices;