aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNick Roma <nikoandpiko@gmail.com>2022-04-16 01:16:55 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-18 09:18:23 +0900
commitd6238007bf9f0999c659b9150fe94c0d46aa014b (patch)
tree7b593c9c3f54da442962e3a317460f8dafe83689 /README.md
parent50f3e93c809c207f73ee61e6e64c829e06f0b81b (diff)
downloadruby-d6238007bf9f0999c659b9150fe94c0d46aa014b.tar.gz
Fixes grammar
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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 @@
[![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
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