From: David Wells Date: Thu, 23 Jul 2015 04:45:45 +0000 (-0400) Subject: fix a grammatical error in step-13. X-Git-Tag: v8.4.0-rc2~679^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e21861a4881faa750b49a8c4aacaed9bc75f10a;p=dealii.git fix a grammatical error in step-13. --- diff --git a/examples/step-13/step-13.cc b/examples/step-13/step-13.cc index e69ae0136f..9752c07a4e 100644 --- a/examples/step-13/step-13.cc +++ b/examples/step-13/step-13.cc @@ -471,7 +471,7 @@ namespace Step13 // the base class. // // Due to the lack of actual functionality, the programming style of - // declaring very abstract base classes reminds of the style used in + // declaring very abstract base classes is similar to the style used in // Smalltalk or Java programs, where all classes are derived from entirely // abstract classes Object, even number representations. The // author admits that he does not particularly like the use of such a