diff --git a/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt b/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt index 61d3792b047..dcaf0672134 100644 --- a/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt +++ b/Documentation/doc/Documentation/Tutorials/Tutorial_hello_world.txt @@ -291,7 +291,7 @@ is a class that fulfills the requirements of the concept. Let's have a look at the following function. \code{.cpp} -template +template T duplicate(T t) { @@ -308,7 +308,7 @@ Another example is the function \code{.cpp} template -T& std::min(const T& a, constT& b) +T& std::min(const T& a, const T& b) { return (a