From 7e1e006accaaf9f7f85316d82e0c1d157e09253b Mon Sep 17 00:00:00 2001
From: Daniel Arndt <arndtd@ornl.gov>
Date: Thu, 8 Aug 2024 12:31:37 -0400
Subject: [PATCH] Fix documentatioj for FE_NedelecSZ

---
 include/deal.II/fe/fe_nedelec_sz.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/deal.II/fe/fe_nedelec_sz.h b/include/deal.II/fe/fe_nedelec_sz.h
index 044cba1a16..54c441ecf6 100644
--- a/include/deal.II/fe/fe_nedelec_sz.h
+++ b/include/deal.II/fe/fe_nedelec_sz.h
@@ -37,9 +37,10 @@ DEAL_II_NAMESPACE_OPEN
  * This class represents an implementation of the
  * H<sup>curl</sup>-conforming N&eacute;d&eacute;lec element described in the
  * PhD thesis of S. Zaglmayr, <b>High Order Finite Element Methods for
- * Electromagnetic Field Computation</b>, Johannes Kepler Universit&auml;t Linz,
- * 2006. It its used in the same context as described at the top of the
- * description for the FE_Nedelec class.
+ * Electromagnetic Field Computation</b>,
+ * Johannes Kepler Universit&auml;t Linz, 2006.
+ * It its used in the same context as described at the top of the description
+ * for the FE_Nedelec class.
  *
  * This element overcomes the sign conflict issues present in
  * traditional N&eacute;d&eacute;lec elements that arise from the edge
-- 
2.39.5