From 4dec5f7fa27fed82a7d1e1b10f9da726dcbbb2ec Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 12 Nov 2021 00:26:10 +0100 Subject: [PATCH] Fixed a typo in the lib.rs docs. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 86dbe45..bee4d66 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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).