From 76d0c6014c0f7dc1575be1bc5da9e9d1a87e44ea Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 28 Sep 2024 01:31:03 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08d4945d..3ea0b9dd 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Guide and protocol draft #### GTK -* Operate with [action objects](https://docs.gtk.org/gio/class.SimpleAction.html) instead of names like `win.action`. This allows to follow encapsulation, because by the goal, module must know nothing about parent presets - for example, define some action in parent, then delegate object created as argument +* Operate with [action objects](https://docs.gtk.org/gio/class.SimpleAction.html) instead of names like `win.action`. This allows to follow encapsulation, by the our goal, module must know nothing about parent presets. For example, define some action in parent, then delegate object created as construction argument ### Contribution