From bd6138fced141f4f8825eaa664ec7ce1a9c8b3ee Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 7 Oct 2024 20:10:13 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4e040f..c4629ccd 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Guide and protocol draft * implementable `struct` is public, where it members - private * contain main `struct` implementation: * at least one constructor that must: - * have common for application name: `new` (for widget) or/and `init` (for database) + * have common for application name: `new` * return unwrapped (except `Option`, `Result`), activated new `Self` object * grant ownership for new `Self` object created * public `activate` action if the new object can not be activated on construct