Skip to content

Commit e91a8f1

Browse files
author
Francois Budin
authored
Merge pull request #122 from fbudin69500/correct_typo
COMP: Correct typo that made ITKSoftwareGuide compilation fail
2 parents 50e658b + d32bbd6 commit e91a8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftwareGuide/Latex/DevelopmentGuidelines/WriteAFilter.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ \subsubsection{UpdateOutputInformation()}
335335
sources.
336336

337337
After the upstream inputs have completed their
338-
\Code{UpdateOutputInformation} the metadata of inputs are
338+
\code{UpdateOutputInformation} the metadata of inputs are
339339
available. The \code{VerifyInputInformation} is then called. The
340340
default implementation in \code{ImageToImageFilter} checks that all
341341
input images occupy the same physical space. This may need to be

0 commit comments

Comments
 (0)