Skip to content

Commit d8e9e63

Browse files
authored
Merge pull request #69 from jhlegarreta/FixPunctuationMarkInie
DOC: Add the correct punctuation to i.e.
2 parents 1382e5a + a5c3b26 commit d8e9e63

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
@@ -146,7 +146,7 @@ \section{Overview of Filter Creation}
146146

147147
\item \code{LightObject}: abstract base for filters that don't fit well
148148
anywhere else in the class hierarchy. Also useful for ``calculator''
149-
filters; ie. a sink filter that takes an input and calculates a result
149+
filters; i.e. a sink filter that takes an input and calculates a result
150150
which is retrieved using a \code{Get()} method.
151151

152152
\end{itemize}

0 commit comments

Comments
 (0)