From e7840822ffbb334fc9975fd4d92c4a1597ba03d1 Mon Sep 17 00:00:00 2001
From: Krishnakumar Gopalakrishnan <krishnak@vt.edu>
Date: Tue, 27 Aug 2019 17:41:36 +0100
Subject: [PATCH] corrects the no. of output lines in description of results

---
 doc/news/changes/minor/20190827Gopalakrishnan-2 | 4 ++++
 examples/step-3/doc/results.dox                 | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 doc/news/changes/minor/20190827Gopalakrishnan-2

diff --git a/doc/news/changes/minor/20190827Gopalakrishnan-2 b/doc/news/changes/minor/20190827Gopalakrishnan-2
new file mode 100644
index 0000000000..ee944f6ced
--- /dev/null
+++ b/doc/news/changes/minor/20190827Gopalakrishnan-2
@@ -0,0 +1,4 @@
+Changed: No of lines reported in step-3 documentation results section is corrected to two
+<br>
+(Krishnakumar Gopalakrishnan, 2019/08/27)
+
diff --git a/examples/step-3/doc/results.dox b/examples/step-3/doc/results.dox
index 394f50335d..4741e569f3 100644
--- a/examples/step-3/doc/results.dox
+++ b/examples/step-3/doc/results.dox
@@ -8,7 +8,7 @@ DEAL:cg::Starting value 0.121094
 DEAL:cg::Convergence step 48 value 5.33692e-13
 @endcode
 
-The first three lines is what we wrote to <code>cout</code>. The last
+The first two lines is what we wrote to <code>cout</code>. The last
 two lines were generated without our intervention by the CG
 solver. The first two lines state the residual at the start of the
 iteration, while the last line tells us that the solver needed 47
-- 
2.39.5