From f0e7925e6d5e236a60242d051f89d1320e697833 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 26 Sep 2021 13:01:19 -0400 Subject: [PATCH] fix format error --- examples/step-49/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-49/doc/intro.dox b/examples/step-49/doc/intro.dox index 6a174ad147..0212d4d016 100644 --- a/examples/step-49/doc/intro.dox +++ b/examples/step-49/doc/intro.dox @@ -166,7 +166,7 @@ Point(104) = {-2.8, -1.54, 0, 1.0}; // left point @endcode Then we use the Circle arc entity, which is found in the same category as -Point<\code> and Lines. The file reads "Circle" +Point and Lines. The file reads "Circle" but the difference to note is that this function uses three points to make an arc of a circle, namely the starting point, center, and ending point. Splitting the circle into four arcs like this allows for more freedom when declaring the -- 2.39.5