diff --git a/AABB_tree/doc/AABB_tree/Concepts/AABBGeomTraits_3.h b/AABB_tree/doc/AABB_tree/Concepts/AABBGeomTraits_3.h index e235a5e871f..19763cfba82 100644 --- a/AABB_tree/doc/AABB_tree/Concepts/AABBGeomTraits_3.h +++ b/AABB_tree/doc/AABB_tree/Concepts/AABBGeomTraits_3.h @@ -4,7 +4,7 @@ \cgalConcept The concept `AABBGeomTraits_3` defines the requirements for the first template parameter of the class -`CGAL::AABB_traits`. It provides predicates and constructors to detect +`CGAL::AABB_traits_3`. It provides predicates and constructors to detect and compute intersections between query objects and the primitives stored in the AABB tree. In addition, it contains predicates and constructors to compute distances between a point query and the primitives stored in the AABB tree. @@ -200,4 +200,3 @@ Equal_3 equal_3_object(); /// @} }; /* end AABBGeomTraits_3 */ -