From fa1c72484389ae403a9dc4e950e3bddb74c0a434 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 23 Jun 2020 12:55:31 +0100 Subject: [PATCH] Surface_mesh doc typo: ede -> edge --- Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h index 94910a80d59..9db93243216 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h @@ -1519,7 +1519,7 @@ public: } - /// performs a validity check on a single ede. + /// performs a validity check on a single edge. bool is_valid(Edge_index e) const { Halfedge_index h = halfedge(e); return is_valid(h) && is_valid(opposite(h)); @@ -3229,4 +3229,3 @@ namespace boost { #include #endif /* CGAL_SURFACE_MESH_H */ -