Skip to content
Snippets Groups Projects
Commit 01903e27 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Petite correction exemple HelloWorld

parent 62eb8e09
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,9 @@ int main()
// Software Guide : BeginLatex
//
// This code instantiates an image whose pixels are represented with
// type \code{unsigned short}. The image is then constructed and assigned to a
// type \code{unsigned short}. The image is then created and assigned to a
// \doxygen{itk}{SmartPointer}. Later in the text we will discuss
// \code{SmartPointer} in detail, for now think of it as a handle on an
// \code{SmartPointer}s in detail, for now think of it as a handle on an
// instance of an object (see section \ref{sec:SmartPointers} for more
// information).
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment