From 4e8656908f8aff8810de7c17c46036279c6bcd97 Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 27 Sep 2024 22:37:53 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c28d0b0f..7759e482 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This guide in process * Use [modern path pattern](https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html#no-more-modrs) * One module implements one GTK widget, it may include additional helper files in same location (like template, CSS or DB API) -* For children widget - create children module, located according to it hierarchy +* For children widget - create children module, located according to hierarchy * The codebase of module must be as minimal as possible, separate to sub-modules: * different tasks * massive structures