From d84a6af755f758addd5bfa98f8479acae318eeea Mon Sep 17 00:00:00 2001 From: RealWorldEdits376W <109642348+RealWorldEdits376W@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:29:12 -0700 Subject: [PATCH] Typo error fixed. In the Description section, there is a typo error. The line is written as: "A Ruby text editor. - written in Ruby from the ground up." As 'A Ruby text editor' is written in the heading and all of its features are written in bullet points, so all the bullet points must follow the heading to form a complete sentence. But in the bullet point provided above, 'is' is missing. The correct line could be written as, "A Ruby text editor. - is written in Ruby from the ground up." Thank you. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d26850f8..14306b4d1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Ruby text editor. - * written in Ruby from the ground up + * is written in Ruby from the ground up * runs on JRuby (a fast, compatible Ruby implementation) * is cross-platform (Linux, Mac OS X, Windows) * highly extensible