Skip to content

Commit

Permalink
DOC: Fix typo in method documentation
Browse files Browse the repository at this point in the history
Fix typo in method documentation.
  • Loading branch information
jhlegarreta authored and dzenanz committed Apr 17, 2022
1 parent 548b45f commit af6b4b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class ITK_TEMPLATE_EXPORT FastMarchingImageToNodePairContainerAdaptor : public O
is a binary mask; thus null values are considered as
FastMarchingTraitsBase::Forbidden points
\li else (m_IsForbiddenImageBinaryMask is \c fasle) non null values
\li else (m_IsForbiddenImageBinaryMask is \c false) non null values
represents FastMarchingTraitsBase::Forbidden points*/
void
SetForbiddenImage(const ImageType * iImage);
Expand Down

0 comments on commit af6b4b1

Please sign in to comment.