doc: Fix typo in coding style doc
This commit is contained in:
committed by
Tommaso Pecorella
parent
2eef1471c9
commit
64099b3e50
@@ -396,7 +396,7 @@ Miscellaneous items
|
||||
public:
|
||||
// Explain why these are not supported
|
||||
ClassName () = delete;
|
||||
ClassName (const Classname&) = delete;
|
||||
ClassName (const ClassName&) = delete;
|
||||
ClassName& operator= (const ClassName&) = delete;
|
||||
|
||||
- Avoid returning a reference to an internal or local member of an object:
|
||||
|
||||
Reference in New Issue
Block a user