diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-10 14:13:06 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-01-10 14:13:06 +0000 |
commit | 9c650ee3a71e3b86e19bdf2633476cb297533cf6 (patch) | |
tree | 3be06e81b1cdde9354485f52fcc56671f975a8e7 /doc/syntax/refinements.rdoc | |
parent | 205f0dcf3aafffc1f7a26628845bf6e1b71441da (diff) |
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
Diffstat (limited to 'doc/syntax/refinements.rdoc')
-rw-r--r-- | doc/syntax/refinements.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/refinements.rdoc b/doc/syntax/refinements.rdoc index a9c1d9edf9..3f97e6b051 100644 --- a/doc/syntax/refinements.rdoc +++ b/doc/syntax/refinements.rdoc @@ -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. -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 |