mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix typo: Public -> public (#1025)
This commit is contained in:
committed by
Jonathan Wakely
parent
c04e3657fb
commit
c2456ccf5b
@@ -6885,7 +6885,7 @@ And we could extend the hierarchies by adding a Smiley class (:-)):
|
||||
// ...
|
||||
};
|
||||
|
||||
class Impl::Smiley : Public Smiley, public Impl::Circle { // implementation
|
||||
class Impl::Smiley : public Smiley, public Impl::Circle { // implementation
|
||||
public:
|
||||
// constructors, destructor
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user