diff options
author | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-08 22:51:42 +0000 |
---|---|---|
committer | stomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-12-08 22:51:42 +0000 |
commit | 80e852d8a1410cfdbbbf39270181644b9f8e3d04 (patch) | |
tree | a2e81f3ec021864e4a5bc567ae5296da909f7440 /doc/syntax/refinements.rdoc | |
parent | c66f5601d7ab3b048bb4ee5d2f2baed2ed612fa4 (diff) |
doc/syntax/refinements.rdoc: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/syntax/refinements.rdoc')
-rw-r--r-- | doc/syntax/refinements.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/syntax/refinements.rdoc b/doc/syntax/refinements.rdoc index 5519c47c37..a9c1d9edf9 100644 --- a/doc/syntax/refinements.rdoc +++ b/doc/syntax/refinements.rdoc @@ -258,7 +258,7 @@ This behavior may be changed in the future. == Refinement inheritance by Module#include -When a module X is included into a module Y, Y inherits refinments 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: @@ -277,7 +277,7 @@ For exmaple, C inherits refinements from A and B in the following code: using C # Refinements in A and B are activated here. -Refinements in descendents have higher precedence than those of ancestors. +Refinements in descendants have higher precedence than those of ancestors. == Further Reading |