diff --git a/03-Style.md b/03-Style.md index 72ab4b1..aea2d19 100644 --- a/03-Style.md +++ b/03-Style.md @@ -207,7 +207,7 @@ private: // 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 // match class MyClass