From: Wolfgang Bangerth Date: Mon, 17 Jul 2017 20:52:31 +0000 (-0600) Subject: Fix a minor spelling problem in a heading. X-Git-Tag: v9.0.0-rc1~1412^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c7ff571186f20d2c453ba270544f957bc80eae;p=dealii.git Fix a minor spelling problem in a heading. --- diff --git a/examples/step-52/step-52.cc b/examples/step-52/step-52.cc index c964f400b9..7edd1df51d 100644 --- a/examples/step-52/step-52.cc +++ b/examples/step-52/step-52.cc @@ -271,7 +271,7 @@ namespace Step52 - // @sect4{Diffusion:evaluate_diffusion} + // @sect4{Diffusion::evaluate_diffusion} // // Next, we evaluate the weak form of the diffusion equation at a given time // $t$ and for a given vector $y$. In other words, as outlined in the