diff --git a/Polygon/include/CGAL/Polygon_2.h b/Polygon/include/CGAL/Polygon_2.h index eda57abcbc9..eb75384d26e 100644 --- a/Polygon/include/CGAL/Polygon_2.h +++ b/Polygon/include/CGAL/Polygon_2.h @@ -489,7 +489,7 @@ class Polygon_2 { /// Test for equality: two polygons are equal iff there exists a /// cyclic permutation of the vertices of `p2` such that they are /// equal to the vertices of `p1`. Note that the template argument -/// `Container` of `p1` and `p2` may be different. +/// `%Container` of `p1` and `p2` may be different. /// \memberof Polygon_2 template bool operator==( const Polygon_2 &p1,