From f4f46a1d974037f69b20c63e59212783aa7f5f1c Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Mon, 10 May 2021 14:52:45 +0200 Subject: [PATCH] Fix typo --- Point_set_processing_3/include/CGAL/grid_simplify_point_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_processing_3/include/CGAL/grid_simplify_point_set.h b/Point_set_processing_3/include/CGAL/grid_simplify_point_set.h index 3f837d3101a..1f7de3b1931 100644 --- a/Point_set_processing_3/include/CGAL/grid_simplify_point_set.h +++ b/Point_set_processing_3/include/CGAL/grid_simplify_point_set.h @@ -217,7 +217,7 @@ private: \cgalParamType{unsigned int} \cgalParamDefault{1} \cgalParamExtra{If a value greater than 1 is used, the - algorithm also acts an outlier filtering algorithm, by removing + algorithm also acts as an outlier filtering algorithm, by removing low-density areas.} \cgalParamNEnd