mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix grammar (#1333)
This commit is contained in:
committed by
Sergey Zubkov
parent
4797c26d4b
commit
94eadbb7eb
@@ -7204,7 +7204,7 @@ There are now two hierarchies:
|
|||||||
* interface: Smiley -> Circle -> Shape
|
* interface: Smiley -> Circle -> Shape
|
||||||
* implementation: Impl::Smiley -> Impl::Circle -> Impl::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
|
Smiley -> Circle -> Shape
|
||||||
^ ^ ^
|
^ ^ ^
|
||||||
|
|||||||
Reference in New Issue
Block a user