From acc815f75c0c6540a2d93e79d4d9b298daeb16cd Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Thu, 15 Feb 2018 08:37:57 +0100 Subject: [PATCH] fix grammar --- include/deal.II/numerics/vector_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index c4662889d6..766dded268 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -921,8 +921,8 @@ namespace VectorTools * which stores quadrature point data. * * @p fe_component allow to additionally specify which component of @p data - * to use in case it was constructed with an std::vector*> - * in will be internally used in constructor of FEEvaluation object. + * to use in case it was constructed with an std::vector*>. + * It will be used internally in constructor of FEEvaluation object. */ template void project (std::shared_ptr > data, -- 2.39.5