From 94eadbb7eb0bd4e08904c15d76d33dcc38b8d86a Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Tue, 19 Feb 2019 14:31:15 -0500 Subject: [PATCH] Fix grammar (#1333) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f547b5f..ea2d1e3 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -7204,7 +7204,7 @@ There are now two hierarchies: * interface: Smiley -> Circle -> Shape * implementation: Impl::Smiley -> Impl::Circle -> Impl::Shape -Since each implementation derived from its interface as well as its implementation base class we get a lattice (DAG): +Since each implementation is derived from its interface as well as its implementation base class we get a lattice (DAG): Smiley -> Circle -> Shape ^ ^ ^