diff --git a/lesson#18 - Encapsulation and Protection Attributes/encap_protec_attrib.d b/lesson#18 - Encapsulation and Protection Attributes/encap_protec_attrib.d index a50ec76..c7ffb68 100644 --- a/lesson#18 - Encapsulation and Protection Attributes/encap_protec_attrib.d +++ b/lesson#18 - Encapsulation and Protection Attributes/encap_protec_attrib.d @@ -51,7 +51,7 @@ private void hello() { } // 2) c++ style public: void hello() { } - // ... + // .... // 3) block style protected {