diff --git a/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h b/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h index a5a70c30229..b0632de1cad 100644 --- a/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h +++ b/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h @@ -216,7 +216,7 @@ vcm_convolve (ForwardIterator first, /// For example, if the point cloud is a uniform and noiseless sampling of a smooth surface, /// `R` should be set to the minimum local feature size of the surface while `r` can be set to zero. /// -/// The Voronoi covariance matrix of each vertex is stored in a array `a` of length 6 and is as follow: +/// The Voronoi covariance matrix of each vertex is stored in an array `a` of length 6 and is as follow: /*!