typo: functionnalities -> functionalities
This commit is contained in:
parent
bcc8f13b2b
commit
04625405a0
|
@ -12,12 +12,12 @@ A smithy for rusty wayland compositors
|
||||||
|
|
||||||
Smithay aims to provide building blocks to create wayland compositors in Rust. While not
|
Smithay aims to provide building blocks to create wayland compositors in Rust. While not
|
||||||
being a full-blown compositor, it'll provide objects and interfaces implementing common
|
being a full-blown compositor, it'll provide objects and interfaces implementing common
|
||||||
functionnalities that pretty much any compositor will need, in a generic fashion.
|
functionalities that pretty much any compositor will need, in a generic fashion.
|
||||||
|
|
||||||
Also:
|
Also:
|
||||||
|
|
||||||
- **Documented:** Smithay strives to maintain a clear and detailed documentation of its API and its
|
- **Documented:** Smithay strives to maintain a clear and detailed documentation of its API and its
|
||||||
functionnalities. Compiled documentations are available on [docs.rs](https://docs.rs/smithay) for released
|
functionalities. Compiled documentations are available on [docs.rs](https://docs.rs/smithay) for released
|
||||||
versions, and [here](https://smithay.github.io/smithay) for the master branch.
|
versions, and [here](https://smithay.github.io/smithay) for the master branch.
|
||||||
- **Safety:** Smithay will target to be safe to use, because Rust.
|
- **Safety:** Smithay will target to be safe to use, because Rust.
|
||||||
- **Modularity:** Smithay is not a framework, and will not be constraining. If there is a
|
- **Modularity:** Smithay is not a framework, and will not be constraining. If there is a
|
||||||
|
|
Loading…
Reference in New Issue