From: Wolfgang Bangerth Date: Thu, 14 Sep 2017 22:13:31 +0000 (-0600) Subject: Fix grammar. X-Git-Tag: v9.0.0-rc1~1074^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5091%2Fhead;p=dealii.git Fix grammar. --- diff --git a/doc/doxygen/headers/c++11.h b/doc/doxygen/headers/c++11.h index b1c7209ef8..888c5e9923 100644 --- a/doc/doxygen/headers/c++11.h +++ b/doc/doxygen/headers/c++11.h @@ -20,7 +20,7 @@ * Since version 9.0, deal.II requires a compiler that supports at * least C++11. * As part of this, many places in the internal implementation of - * deal.II is now using features that were only introduced in C++11. + * deal.II are now using features that were only introduced in C++11. * That said, deal.II also has functions and classes that make using * it with C++11 features easier. *