update readme

This commit is contained in:
yggverse 2024-09-27 22:38:48 +03:00
parent 4e8656908f
commit ada426aae6

View File

@ -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