Skip to content

Commit

Permalink
DOC: Fix typo in itk::Math function parameter documentation
Browse files Browse the repository at this point in the history
Fix typo in `itk::Math` function parameter documentation: use the
singular form instead of plural to refer to the parameter at issue.
  • Loading branch information
jhlegarreta authored and dzenanz committed Sep 4, 2023
1 parent 47df4f3 commit b87ed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ FloatAddULP(T x, typename Detail::FloatIEEE<T>::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
*/
Expand Down

0 comments on commit b87ed30

Please sign in to comment.