From 828d57a41957daa7ce478d57a6f7e04da2dbc077 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 6 Nov 2025 09:45:20 +0100 Subject: [PATCH] Update Combinatorial_map/include/CGAL/Combinatorial_map.h Co-authored-by: Andreas Fabri --- Combinatorial_map/include/CGAL/Combinatorial_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Combinatorial_map/include/CGAL/Combinatorial_map.h b/Combinatorial_map/include/CGAL/Combinatorial_map.h index fe661377baa..a14c628f2ac 100644 --- a/Combinatorial_map/include/CGAL/Combinatorial_map.h +++ b/Combinatorial_map/include/CGAL/Combinatorial_map.h @@ -3710,7 +3710,7 @@ namespace CGAL { void set_automatic_attributes_management_without_correction(bool newval) { this->automatic_attributes_management = newval; } - /** Creates a half-edge. + /** Creates a halfedge. * @return a dart of the new half-edge. */ Dart_descriptor make_half_edge()