From 053a027ee618383d7a3fecd062923ba49607003d Mon Sep 17 00:00:00 2001 From: Cedric Hutchings Date: Fri, 8 Nov 2019 00:50:29 -0500 Subject: [PATCH] Grammer. (#313) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 746386d..dd1dc6a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,7 @@ //! ## Command API //! //! The command API makes the use of `crossterm` much easier and offers more control over when and how a -//! command is executed. An command is just an action you can perform on the terminal e.g. cursor movement. +//! command is executed. A command is just an action you can perform on the terminal e.g. cursor movement. //! //! The command API offers: //!