From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Mon, 16 Sep 2024 14:12:28 +0000 (-0600)
Subject: Add a forgotten closing parenthesis.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d929edafac7ae750d0fefcb3ba5bc14a5cb8417e;p=dealii.git

Add a forgotten closing parenthesis.
---

diff --git a/examples/step-6/doc/results.dox b/examples/step-6/doc/results.dox
index 7f8c7efb23..572728d13a 100644
--- a/examples/step-6/doc/results.dox
+++ b/examples/step-6/doc/results.dox
@@ -604,7 +604,7 @@ sometimes not thinking of all cases, for example by checking
 for <code>p[0]</code> to be less than and greater than zero,
 rather than greater-or-equal to zero, and thereby forgetting
 some cases that would otherwise lead to bugs that are awkward
-to find.
+to find.)
 
 By playing with such cases where four or more sectors come
 together and on which the coefficient has different values, one can