From 1db74979d7346431b730d6139f63f7b748005fd7 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 10 Aug 2017 22:40:18 +0200 Subject: [PATCH] Fix up documentation --- include/deal.II/base/template_constraints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index ed5b352578..f98785b014 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -254,7 +254,7 @@ namespace internal * still select which of the different X::f() we want based on * the subdim template argument. * - * @deprecated Use std::integral_constant instead. + * @deprecated Use std::integral_constant instead. * * @author Wolfgang Bangerth, 2006 */ @@ -266,7 +266,7 @@ namespace internal /** * The equivalent of the int2type class for boolean arguments. * - * @deprecated Use std::integral_constant instead. + * @deprecated Use std::integral_constant instead. * * @author Wolfgang Bangerth, 2009 */ -- 2.39.5