From: Marie Kajan Date: Tue, 6 Aug 2019 23:22:27 +0000 (-0600) Subject: Fixed markdown on a comment line. X-Git-Tag: v9.2.0-rc1~1310^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8477%2Fhead;p=dealii.git Fixed markdown on a comment line. --- diff --git a/examples/step-1/step-1.cc b/examples/step-1/step-1.cc index 93b65b79ce..dd45441bfa 100644 --- a/examples/step-1/step-1.cc +++ b/examples/step-1/step-1.cc @@ -31,7 +31,7 @@ // This is needed for C++ output: #include #include -// And this for the declarations of the `sqrt' and `fabs' functions: +// And this for the declarations of the `sqrt` and `fabs` functions: #include // The final step in importing deal.II is this: All deal.II functions and