* 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
This commit is contained in:
hsbt 2014-07-13 07:38:47 +00:00
parent 499f6d62c7
commit f0a698300a
1 changed files with 1 additions and 1 deletions

View File

@ -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.