Skip to content

Commit bfcffb8

Browse files
author
Andrew Pardoe
committed
Merge branch 'master' of https://github.com/0x8000-0000/CppCoreGuidelines into 0x8000-0000-master
2 parents 3f3d80d + 3876d12 commit bfcffb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6227,7 +6227,8 @@ To make this interface useful, we must provide its implementation classes (here,
62276227
};
62286228

62296229
Now `Shape` is a poor example of a class with an implementation,
6230-
but bare with us because this is just a simple example of a technique aimed at more complex hierarchies.
6230+
but bear with us because this is just a simple example of a technique aimed at more complex hierarchies.
6231+
62316232

62326233
class Impl::Circle : public Circle, public Impl::Shape { // implementation
62336234
publc:

0 commit comments

Comments
 (0)