From ec3162912b5d65afa7cb77653945fb74846ee536 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 24 Nov 2022 07:41:05 +0000 Subject: [PATCH] typos --- .../Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient.h b/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient.h index 211ec527bf1..171cc46e55d 100644 --- a/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient.h +++ b/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient.h @@ -24,11 +24,11 @@ public: /// @} /// \name Operations - /// The following member functions must exist. + /// The following member function must exist. /// @{ /*! - Returns the gradient at the position p + Returns the gradient at the position `p` */ Vector gradient(const Point& p) const;