From 70f3b515916f5b22a4bdeae06407ea77f32a9a2c Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 26 Sep 2024 02:54:25 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722c8d44..c1e3c90c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This guide in process * at least one constructor that must return: * raw `struct` (`new() -> Self`) without cover to any kind of smart `std` or `glib` pointers * ownership to new object created - * one link getter for widget implementation (`widget -> &Gtk`) because it's private + * one public link getter for privately constructed widget (`widget -> &Gtk`) ### Contribution