From 17018de57e67bc5a3dd9135ad8f7e6df4d7b1dbe Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 14:54:04 +0000 Subject: [PATCH] Improve wording. git-svn-id: https://svn.dealii.org/trunk@12001 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-8/step-8.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-8/step-8.cc b/deal.II/examples/step-8/step-8.cc index cdd271daae..bd23075d1e 100644 --- a/deal.II/examples/step-8/step-8.cc +++ b/deal.II/examples/step-8/step-8.cc @@ -351,7 +351,7 @@ ElasticProblem::ElasticProblem () : // possibilities in later examples. // // It should be noted that the - // ``FESystem'' object thus created + // ``FESystem'' object so created // does not actually use the finite // element which we have passed to it // as first parameter. We could thus -- 2.39.5