diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h
index 8f1d574648faa25456d372f93660ec3c86214faa..5c4ba628d5be6e4811553083c9cdbde9fa84c495 100644
--- a/GeoLib/AABB.h
+++ b/GeoLib/AABB.h
@@ -66,10 +66,6 @@ public:
         enlarge();
     }
 
-    /**
-     * copy constructor.
-     * @param src an axis aligned bounding box
-     * */
     AABB(AABB const&) = default;
 
     /**