diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Finite_difference_gradient_3.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Finite_difference_gradient_3.h index 57fda893d3d..922b72f33d6 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Finite_difference_gradient_3.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Finite_difference_gradient_3.h @@ -23,7 +23,7 @@ namespace Isosurfacing { * \brief Class template for a gradient that is calculated using finite differences. * * \details This gradient function evaluates an implicit value function at six points - * that are a given distance `delta` away from the queried point. + * that are a given distance `delta` away from the queried point along the cartesian axes. * * \tparam GeomTraits must be a model of `Kernel`. * \tparam PointFunction the type of the implicit function. It must be a model of `CopyConstructible` and implement