docs(#581): fix missing char in `ARCHITECTURE.md` (#582)

Fix issue #581.
This commit is contained in:
failingprovince 2024-09-06 15:56:36 +02:00 committed by GitHub
parent 0133b6c24a
commit 75d515617a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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`