From 4191227db4e59cfd3627434412fb3ce0fcac0982 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 2 Oct 2024 02:21:20 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ff5288..81d0c1eb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Guide and protocol draft * encapsulate it members: compose childs and stay composable for parents * access 1 level of childs, never parents (e.g. through `super`) * implement only one public `struct` per file (same as one file for one class) - * implementable `struct` is public, where members - private + * implementable `struct` is public, where it members - private * contain main `struct` implementation: * at least one constructor that must return: * unwrapped main `Self` structure