From 75d515617ab238dc7e0d604bcf6ccb5b9a202d8a Mon Sep 17 00:00:00 2001 From: failingprovince <141509890+failingprovince@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:56:36 +0200 Subject: [PATCH] docs(#581): fix missing char in `ARCHITECTURE.md` (#582) Fix issue #581. --- ARCHITECTURE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 0656dd23..f6cf3884 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -82,12 +82,12 @@ The associated Elements of the `View` trait are either DOM nodes for `xilem_web` ### `xilem_core` Contains the `View` trait, and other general implementations. Is also contains the `Message`, `MessageResult`, `Id` types and the tree-structrure tracking. -### `xilem_web/ +### `xilem_web/` An implementation of Xilem running on the DOM. ### `xilem_web_core` A historical version of `xilem_core` used in `xilem_web` -### `masonry/ +### `masonry/` See `ARCHITECTURE.md` file located under `crates/masonry/doc`