From 683be7aa790c7c57890b97d53cd1455feff3d8c9 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 1 Mar 2024 08:33:32 +0100 Subject: [PATCH] Update Orthtree/include/CGAL/Orthtree.h Co-authored-by: Andreas Fabri --- Orthtree/include/CGAL/Orthtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orthtree/include/CGAL/Orthtree.h b/Orthtree/include/CGAL/Orthtree.h index 2a79b541b31..9ca83def333 100644 --- a/Orthtree/include/CGAL/Orthtree.h +++ b/Orthtree/include/CGAL/Orthtree.h @@ -935,7 +935,7 @@ public: Equivalent to `tree.descendant(tree.root(), indices...)`. - \param indices the integer indices specifying the descent to perform, starting from root + \param indices the integer indices specifying the descent to perform, starting from the root \return the index of the specified node */