From 467a884baecd23550c37fd0a2135c34f4bd7454a Mon Sep 17 00:00:00 2001 From: OhhhZenix <33815423+OhhhZenix@users.noreply.github.com> Date: Tue, 10 Nov 2020 04:09:32 -0700 Subject: [PATCH] An to A (grammar fix)! (#509) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88b48d3..be19126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "crossterm" version = "0.18.2" authors = ["T. Post"] -description = "An crossplatform terminal library for manipulating terminals." +description = "A crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm" documentation = "https://docs.rs/crossterm/" license = "MIT"