From 581c48fca4b002e9307496932ba3d17c9b6ed2fe Mon Sep 17 00:00:00 2001 From: Marie Kajan Date: Tue, 6 Aug 2019 17:22:27 -0600 Subject: [PATCH] Fixed markdown on a comment line. --- examples/step-1/step-1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5