1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos.

* doc/contributors.rdoc: pathces -> patches.
 * doc/syntax/refinements.rdoc: exmaple -> example.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-01-10 14:13:06 +00:00
parent 205f0dcf3a
commit 9c650ee3a7
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ Christoph
* patches for set.rb * patches for set.rb
Sean Chittenden Sean Chittenden
* pathces for net/http, cgi * patches for net/http, cgi
William D. Clinger William D. Clinger
* ruby_strtod is based on his paper. * ruby_strtod is based on his paper.
@ -109,7 +109,7 @@ Martin Duerst (duerst)
* M17N * M17N
Paul Duncan Paul Duncan
* pathces for rdoc * patches for rdoc
Alexander Dymo Alexander Dymo
* a patch for lib/benchmark.rb * a patch for lib/benchmark.rb

View file

@ -260,7 +260,7 @@ This behavior may be changed in the future.
When a module X is included into a module Y, Y inherits refinements from X. 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 module A
refine X do ... end refine X do ... end