ruby-changes:49645
From: hsbt <ko1@a...>
Date: Wed, 10 Jan 2018 23:13:11 +0900 (JST)
Subject: [ruby-changes:49645] hsbt:r61761 (trunk): Fix typos.
hsbt 2018-01-10 23:13:06 +0900 (Wed, 10 Jan 2018) New Revision: 61761 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61761 Log: Fix typos. * doc/contributors.rdoc: pathces -> patches. * doc/syntax/refinements.rdoc: exmaple -> example. Modified files: trunk/doc/contributors.rdoc trunk/doc/syntax/refinements.rdoc Index: doc/contributors.rdoc =================================================================== --- doc/contributors.rdoc (revision 61760) +++ doc/contributors.rdoc (revision 61761) @@ -88,7 +88,7 @@ Christoph https://github.com/ruby/ruby/blob/trunk/doc/contributors.rdoc#L88 * patches for set.rb Sean Chittenden -* pathces for net/http, cgi +* patches for net/http, cgi William D. Clinger * ruby_strtod is based on his paper. @@ -109,7 +109,7 @@ Martin Duerst (duerst) https://github.com/ruby/ruby/blob/trunk/doc/contributors.rdoc#L109 * M17N Paul Duncan -* pathces for rdoc +* patches for rdoc Alexander Dymo * a patch for lib/benchmark.rb Index: doc/syntax/refinements.rdoc =================================================================== --- doc/syntax/refinements.rdoc (revision 61760) +++ doc/syntax/refinements.rdoc (revision 61761) @@ -260,7 +260,7 @@ This behavior may be changed in the futu https://github.com/ruby/ruby/blob/trunk/doc/syntax/refinements.rdoc#L260 When a module X is included into a module Y, Y inherits refinements from X. -For exmaple, C inherits refinements from A and B in the following code: +For example, C inherits refinements from A and B in the following code: module A refine X do ... end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/