From: Krishnakumar Gopalakrishnan Date: Sun, 12 Jan 2020 18:32:35 +0000 (+0000) Subject: minor grammar fixes to step-6 tutorial doc X-Git-Tag: v9.2.0-rc1~692^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c349f8ea182c354fc69f47872a8f42828e2741;p=dealii.git minor grammar fixes to step-6 tutorial doc --- 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. }