mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Fixed typo: "memeber" -> "member"
This commit is contained in:
@@ -207,7 +207,7 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
// Good Idea
|
// Good Idea
|
||||||
// C++'s memeber initializer list is unique to the language and leads to
|
// C++'s member initializer list is unique to the language and leads to
|
||||||
// cleaner code and potential performance gains that other languages cannot
|
// cleaner code and potential performance gains that other languages cannot
|
||||||
// match
|
// match
|
||||||
class MyClass
|
class MyClass
|
||||||
|
|||||||
Reference in New Issue
Block a user