From 0bd00bd68300f4efd8338b95c7f75548114709b0 Mon Sep 17 00:00:00 2001 From: Tocic Date: Mon, 27 Feb 2017 21:00:44 +0200 Subject: [PATCH] Update Tutorial_hello_world.txt fix typos --- .../doc/Documentation/Tutorials/Tutorial_hello_world.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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