From afa0b2ffe5bf2378fe8f2f64629f790b658edb48 Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Thu, 11 Mar 2021 06:56:14 +0100 Subject: [PATCH] Add missing words in description (#242) --- src/lib.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 9dd5667..834614b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ -//! minifb is a cross platform library written in [Rust](https://www.rust-lang.org) that makes to -//! open windows (usually native to the running operating system) and can optionally show a 32-bit -//! buffer. minifb also support keyboard, mouse input and menus on selected operating systems. +//! minifb is a cross platform library written in [Rust](https://www.rust-lang.org) that makes it +//! easy to open windows (usually native to the running operating system) and can optionally show +//! a 32-bit buffer. minifb also support keyboard, mouse input and menus on selected operating +//! systems. //! #![deny(missing_debug_implementations)]