Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SoftwareGuide/Latex/DevelopmentGuidelines/WriteAFilter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ \section{Overview of Filter Creation}

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

\end{itemize}
Expand Down