ruby-changes:34716
From: hsbt <ko1@a...>
Date: Sun, 13 Jul 2014 16:39:09 +0900 (JST)
Subject: [ruby-changes:34716] hsbt:r46799 (trunk): * README.md: fix slight grammatical error by @abwinkler999.
hsbt 2014-07-13 16:38:47 +0900 (Sun, 13 Jul 2014) New Revision: 46799 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46799 Log: * README.md: fix slight grammatical error by @abwinkler999. [fix GH-659] Modified files: trunk/README.md Index: README.md =================================================================== --- README.md (revision 46798) +++ README.md (revision 46799) @@ -87,7 +87,7 @@ This is what you need to do to compile a https://github.com/ruby/ruby/blob/trunk/README.md#L87 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/