From b87ed30059fb4fc9cb6b415e7dca23a966ba88f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sat, 2 Sep 2023 15:59:59 -0400 Subject: [PATCH] DOC: Fix typo in `itk::Math` function parameter documentation Fix typo in `itk::Math` function parameter documentation: use the singular form instead of plural to refer to the parameter at issue. --- Modules/Core/Common/include/itkMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Core/Common/include/itkMath.h b/Modules/Core/Common/include/itkMath.h index 338ea1d44eb..ef5fcf9b976 100644 --- a/Modules/Core/Common/include/itkMath.h +++ b/Modules/Core/Common/include/itkMath.h @@ -300,7 +300,7 @@ FloatAddULP(T x, typename Detail::FloatIEEE::IntType ulps) * to each other. * * \param x1 first floating value to compare - * \param x2 second floating values to compare + * \param x2 second floating value to compare * \param maxUlps maximum units in the last place to be considered equal * \param maxAbsoluteDifference maximum absolute difference to be considered equal */