From bf369e72cbead6c0c39672753e4ad5039013cb45 Mon Sep 17 00:00:00 2001 From: Ki Rill Date: Fri, 10 Jul 2020 12:47:34 +0600 Subject: [PATCH] Encapsulation and Protection Attributes --- .../encap_protec_attrib.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {