From: Martin Kronbichler Date: Sat, 13 May 2023 07:54:33 +0000 (+0200) Subject: Fix typo in documentation X-Git-Tag: v9.5.0-rc1~237^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15208%2Fhead;p=dealii.git Fix typo in documentation --- diff --git a/include/deal.II/numerics/vector_tools_integrate_difference.h b/include/deal.II/numerics/vector_tools_integrate_difference.h index cdad0e6fad..a99e8bed20 100644 --- a/include/deal.II/numerics/vector_tools_integrate_difference.h +++ b/include/deal.II/numerics/vector_tools_integrate_difference.h @@ -85,7 +85,7 @@ namespace VectorTools * @param[out] difference The vector of values $d_K$ computed as above. * @param[in] q The quadrature formula used to approximate the integral * shown above. Note that some quadrature formulas are more useful than - * other in integrating $u-u_h$. For example, it is known that the $Q_1$ + * others in integrating $u-u_h$. For example, it is known that the $Q_1$ * approximation $u_h$ to the exact solution $u$ of a Laplace equation is * particularly accurate (in fact, superconvergent, i.e. accurate to higher * order) at the 4 Gauss points of a cell in 2d (or 8 points in 3d) that