From dfe70d17e7ca8ef258273e47482b3de0b85202d3 Mon Sep 17 00:00:00 2001 From: Sebastien Loriot Date: Thu, 8 Apr 2021 08:56:54 +0200 Subject: [PATCH] Fix typo --- Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h index 2f1e3ed6152..39e197da225 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -322,7 +322,7 @@ public: * must be available in `TriangleMesh`.} * \cgalParamNEnd * \cgalParamNBegin{face_epsilon_map} - * \cgalParamDescription{a property map associating to each face of `tm` a epsilon value} + * \cgalParamDescription{a property map associating to each face of `tm` an epsilon value} * \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits::%face_descriptor` * as key type and `double` as value type} * \cgalParamDefault{Use `epsilon` for all faces} @@ -421,7 +421,7 @@ public: * must be available in `TriangleMesh`.} * \cgalParamNEnd * \cgalParamNBegin{face_epsilon_map} - * \cgalParamDescription{a property map associating to each face of `tm` a epsilon value} + * \cgalParamDescription{a property map associating to each face of `tm` an epsilon value} * \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits::%face_descriptor` * as key type and `double` as value type} * \cgalParamDefault{Use `epsilon` for all faces} @@ -528,7 +528,7 @@ public: * is the value type of `PointRange::const_iterator`} * \cgalParamDefault{`CGAL::Identity_property_map`} * \cgalParamNBegin{face_epsilon_map} - * \cgalParamDescription{a property map associating to each triangle a epsilon value} + * \cgalParamDescription{a property map associating to each triangle an epsilon value} * \cgalParamType{a class model of `ReadablePropertyMap` with `std::size_t` as key type and `double` as value type} * \cgalParamDefault{Use `epsilon` for all triangles} * \cgalParamNEnd