Fixed a typo in the lib.rs docs.

This commit is contained in:
Adrien 2021-11-12 00:26:10 +01:00 committed by Victor Berger
parent 5210b39c35
commit 4dec5f7fa2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
//! # Smithay: the Wayland compositor smithy
//!
//! This crate is a general framework for build wayland compositors. It currently focuses on low-level,
//! This crate is a general framework for building wayland compositors. It currently focuses on low-level,
//! helpers and abstractions, handling most of the system-level and wayland protocol interactions.
//! The window management and drawing logic is however at the time not provided (but helpers for this
//! are planned for future version).