From c6bb41cc9f9fdedc33fca6fc65b7f8ddf52ed629 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 24 Oct 2023 12:32:41 +0200 Subject: [PATCH] of/in --- Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h index 94f5d467485..58a7b229917 100644 --- a/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h +++ b/Triangulation_3/doc/Triangulation_3/CGAL/Triangulation_3.h @@ -1319,7 +1319,7 @@ std::array vertices(const Facet& f) const; /*! * returns an array containing the vertices of `c`, -* in the same order as the indices of `c`. +* in the same order as the indices in `c`. */ std::array vertices(const Cell_handle c) const;