From ada426aae606de05a6d026e15d8a5abf99e40d63 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 27 Sep 2024 22:38:48 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7759e482..3bf9b698 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This guide in process * encapsulate: compose childs and stay composable for parents * access 1 level of child API, never parents (e.g. through `super`) * implement only one `struct` (same as one file for one class) - * `struct` is public, where members - private + * implementable `struct` is public, where members - private * contain main `struct` implementation: * at least one constructor that must return: * unwrapped main `Self` structure