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 45241e452e3..a909ddc60f7 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 @@ -181,7 +181,7 @@ shape. The implementation follows \cgalCite{Schnabel07}. `boost:RandomAccessRange` concept. The range of input points need to stay valid until the detection has been performed and no longer access to the results is required. The data in the input range is reordered during - `detect()` and `build_octrees()`. `clear()` is first called by this function. + `detect()` and `build_octrees()`. The function `clear()` is first called by this function. */ void set_input_data( ///< Range of input data points.