aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-13 07:38:47 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-13 07:38:47 +0000
commitf0a698300a7d390b07121959b3ebb266818a94ec (patch)
tree0dd3464fdcb62411c91fd5ac7af9dd147acbf525 /README.md
parent499f6d62c7f0039e4c047b2fce605bb17f52f453 (diff)
downloadruby-f0a698300a7d390b07121959b3ebb266818a94ec.tar.gz
* README.md: fix slight grammatical error by @abwinkler999.
[fix GH-659] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43f48e4b36..c6498a8cca 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ This is what you need to do to compile and install Ruby:
module names if not present), if you want to link modules statically.
If you don't want to compile non static extension modules (probably on
- architectures which does not allow dynamic loading), remove comment mark
+ architectures which do not allow dynamic loading), remove comment mark
from the line "`#option nodynamic`" in `ext/Setup`.
Usually this step will not be needed.