From f90dfbaa2c453b84bba97cef80a9ebd103871eda Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 1 Mar 2024 08:33:49 +0100 Subject: [PATCH] Update Orthtree/include/CGAL/Quadtree.h Co-authored-by: Andreas Fabri --- Orthtree/include/CGAL/Quadtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orthtree/include/CGAL/Quadtree.h b/Orthtree/include/CGAL/Quadtree.h index 755dfc8860b..5b6086bcf73 100644 --- a/Orthtree/include/CGAL/Quadtree.h +++ b/Orthtree/include/CGAL/Quadtree.h @@ -27,7 +27,7 @@ namespace CGAL { \tparam GeomTraits must be a model of `Kernel` \tparam PointRange must be a model of `Range` whose value type is the key type of `PointMap` \tparam PointMap must be a model of `ReadablePropertyMap` whose value type is `GeomTraits::Point_2` - \tparam square_nodes boolean to enforce square nodes + \tparam square_nodes Boolean to enforce square nodes */ template