diff --git a/Modules/Core/Common/include/itkConicShellInteriorExteriorSpatialFunction.h b/Modules/Core/Common/include/itkConicShellInteriorExteriorSpatialFunction.h index 3e84c532296..54a113c38be 100644 --- a/Modules/Core/Common/include/itkConicShellInteriorExteriorSpatialFunction.h +++ b/Modules/Core/Common/include/itkConicShellInteriorExteriorSpatialFunction.h @@ -115,7 +115,7 @@ class ITK_TEMPLATE_EXPORT ConicShellInteriorExteriorSpatialFunction /** Set/Get direction along the gradient to search. * Set to true to use the direction that the gradient is pointing; - * set to false for the opposite direction. Default is Off. */ + * set to false for the opposite direction. */ itkGetConstMacro(Polarity, bool); itkSetMacro(Polarity, bool); itkBooleanMacro(Polarity);