From ec1c6453eed8f1b00325326512f8b610cf1fc290 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 2 Jan 2025 12:11:11 +0100 Subject: [PATCH] Update Polygon_repair/include/CGAL/Polygon_repair/repair.h Co-authored-by: Sebastien Loriot --- Polygon_repair/include/CGAL/Polygon_repair/repair.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_repair/include/CGAL/Polygon_repair/repair.h b/Polygon_repair/include/CGAL/Polygon_repair/repair.h index b9a595032d6e..e96e54392498 100644 --- a/Polygon_repair/include/CGAL/Polygon_repair/repair.h +++ b/Polygon_repair/include/CGAL/Polygon_repair/repair.h @@ -874,7 +874,7 @@ intersect(const Multipolygon_with_holes_2& p) /// \ingroup PkgPolygonRepairFunctions -/// Computes the intersection of two polygonal domains +/// computes the intersection of two polygonal domains /// \tparam Kernel parameter of the output polygon. Must be model of `ConstrainedDelaunayTriangulationTraits_2 ` /// \tparam Container parameter of the input and output polygons /// \tparam PA must be `Polygon_2`, or `Polygon_with_holes_2`, or `Multipolygon_with_holes_2`