From: Wolfgang Bangerth Date: Mon, 29 Apr 2024 18:02:22 +0000 (+0530) Subject: Fix typo. X-Git-Tag: v9.6.0-rc1~334^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9131702ccd9460861200415b5a896919777d86ee;p=dealii.git Fix typo. --- diff --git a/examples/step-2/doc/intro.dox b/examples/step-2/doc/intro.dox index cd3a042cdd..bb9e3ad5c2 100644 --- a/examples/step-2/doc/intro.dox +++ b/examples/step-2/doc/intro.dox @@ -114,7 +114,7 @@ may be several hundred. But the important point is that this number is independent of the overall size of the problem: If you refine the mesh, the maximal number of unknowns per row remains the same. -Sparsity is one of the distinguishing feature of +Sparsity is one of the distinguishing features of the finite element method compared to, say, approximating the solution of a partial differential equation using a Taylor expansion and matching coefficients, or using a Fourier basis.