Skip to content
Snippets Groups Projects
Commit 0693ea95 authored by Julien Michel's avatar Julien Michel
Browse files

DOC: typo in documentation

parent 8a214792
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,8 @@ template <class T> struct IsNeighborhood<const itk::Neighborhood<T>&>
* \brief Helper struct to derive PixelType from template parameter.
*
* T -> PixelType = T
* itk::Neighborhood<T> -> PixelTyoe = T
* const itk::Neighborhood<T>& -> PixelTyoe = T
* itk::Neighborhood<T> -> PixelType = T
* const itk::Neighborhood<T>& -> PixelType = T
*/
template <class T> struct PixelTypeDeduction
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment