From e2c349f8ea182c354fc69f47872a8f42828e2741 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Sun, 12 Jan 2020 18:32:35 +0000 Subject: [PATCH] minor grammar fixes to step-6 tutorial doc --- examples/step-6/step-6.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/step-6/step-6.cc b/examples/step-6/step-6.cc index dd93b599b7..788352a842 100644 --- a/examples/step-6/step-6.cc +++ b/examples/step-6/step-6.cc @@ -321,9 +321,9 @@ void Step6::assemble_system() // constraints. The constrained nodes are still in the linear system (there // is a nonzero entry, chosen in a way that the matrix is well conditioned, // on the diagonal of the matrix and all other entries for this line are set - // to zero) but the computed values are invalid (i.e., the correspond entry - // in system_rhs is currently meaningless). We compute the - // correct values for these nodes at the end of the solve + // to zero) but the computed values are invalid (i.e., the corresponding + // entries in system_rhs is currently meaningless). We compute + // the correct values for these nodes at the end of the solve // function. } -- 2.39.5