From 85b1dd1220de33fb1dd10381a0f83b2cc2900fb4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 15 May 2023 14:58:26 -0600 Subject: [PATCH] Minor doc improvement in step-6. --- examples/step-6/step-6.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-6/step-6.cc b/examples/step-6/step-6.cc index 682008eb72..12ed425782 100644 --- a/examples/step-6/step-6.cc +++ b/examples/step-6/step-6.cc @@ -45,7 +45,7 @@ #include // From the following include file we will import the declaration of -// H1-conforming finite element shape functions. This family of finite +// $H^1$-conforming finite element shape functions. This family of finite // elements is called FE_Q, and was used in all examples before // already to define the usual bi- or tri-linear elements, but we will now use // it for bi-quadratic elements: -- 2.39.5