From 9e21861a4881faa750b49a8c4aacaed9bc75f10a Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 23 Jul 2015 00:45:45 -0400 Subject: [PATCH] fix a grammatical error in step-13. --- examples/step-13/step-13.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5