From fef69f6117e0e6ff1e398198aa9f902c5df9fad2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 17 Mar 2023 18:12:53 -0600 Subject: [PATCH] Fix a grammar mistake. --- examples/step-35/step-35.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-35/step-35.cc b/examples/step-35/step-35.cc index 89672e9041..42d6ba59fa 100644 --- a/examples/step-35/step-35.cc +++ b/examples/step-35/step-35.cc @@ -1284,7 +1284,7 @@ namespace Step35 // Let us also note that we here compute the vorticity as a scalar quantity in // a separate function, using the $L^2$ projection of the quantity // $\text{curl} u$ onto the finite element space used for the components of - // the velocity. In principle, however, we could also have computed as a + // the velocity. In principle, however, we could also have computed it as a // pointwise quantity from the velocity, and do so through the // DataPostprocessor mechanism discussed in step-29 and step-33. template -- 2.39.5