From dba58b759a65b2eb78cefe286108e1713f72e4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 26 Mar 2015 23:47:26 +0100 Subject: [PATCH] fix typo --- .../include/CGAL/Shape_detection_3/Efficient_RANSAC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h index 7bf9b028374..9a580134c96 100644 --- a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h +++ b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3/Efficient_RANSAC.h @@ -107,7 +107,7 @@ shape. The implementation follows \cgalCite{Schnabel07}. boost::iterator_range::const_iterator> Shape_range; #endif - ///< Range of extracted shapes with typ `Shape *`. Model of the `ConstRange` concept. + ///< Range of extracted shapes with `Shape*` as value type. Model of the `ConstRange` concept. #ifdef DOXYGEN_RUNNING typedef unspecified_type Point_index_range; ///< Range of indices of points of type `std::size_t` into the provided input point range. Model of the `boost::BidirectionalRange` concept.