From 1f78c6a811145b17f82cc25609e68156051b58e6 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 4 Mar 2022 10:02:36 +0100 Subject: [PATCH] Update Polygon/doc/Polygon/Polygon.txt Co-authored-by: Sebastien Loriot --- Polygon/doc/Polygon/Polygon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon/doc/Polygon/Polygon.txt b/Polygon/doc/Polygon/Polygon.txt index e7343bf0e14..b21d57325e7 100644 --- a/Polygon/doc/Polygon/Polygon.txt +++ b/Polygon/doc/Polygon/Polygon.txt @@ -75,7 +75,7 @@ and 3D Linear Geometric %Kernel. The polygon class provides member functions such as `Polygon_2::vertices_begin()` and `Polygon_2::vertices_end()` to iterate over the vertices. It additionally provides a member function `Polygon_2::vertices()` that returns a range, mainly to be used with modern -`for`loops. The same holds for edges and for the holes of the class `Polygon_with_holes_2`. +`for` loops. The same holds for edges and for the holes of the class `Polygon_with_holes_2`. \cgalExample{Polygon/ranges.cpp}