[前][次][番号順一覧][スレッド一覧]

ruby-changes:71762

From: Nick <ko1@a...>
Date: Mon, 18 Apr 2022 09:18:39 +0900 (JST)
Subject: [ruby-changes:71762] d6238007bf (master): Fixes grammar

https://git.ruby-lang.org/ruby.git/commit/?id=d6238007bf

From d6238007bf9f0999c659b9150fe94c0d46aa014b Mon Sep 17 00:00:00 2001
From: Nick Roma <nikoandpiko@g...>
Date: Sat, 16 Apr 2022 01:16:55 +0900
Subject: Fixes grammar

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9b5a553ffb..3abbcba810 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ https://github.com/ruby/ruby/blob/trunk/README.md#L6
 [![Travis Status](https://app.travis-ci.com/ruby/ruby.svg?branch=master)](https://app.travis-ci.com/ruby/ruby)
 [![Cirrus Status](https://api.cirrus-ci.com/github/ruby/ruby.svg)](https://cirrus-ci.com/github/ruby/ruby/master)
 
-# What's Ruby
+# What is Ruby?
 
 Ruby is an interpreted object-oriented programming language often
 used for web development. It also offers many scripting features
@@ -158,8 +158,8 @@ If you fail to compile Ruby, please send the detailed error report with the https://github.com/ruby/ruby/blob/trunk/README.md#L158
 error log and machine/OS type, to help others.
 
 Some extension libraries may not get compiled because of lack of necessary
-external libraries and/or headers, then you will need to run '`make distclean-ext`'
-to remove old configuration after installing them in such case.
+external libraries and/or headers. You will need to run '`make distclean-ext`'
+to remove old configuration after installing them in such a case.
 
 ## Copying
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]