[前][次][番号順一覧][スレッド一覧]

ruby-changes:48969

From: stomar <ko1@a...>
Date: Sat, 9 Dec 2017 07:51:45 +0900 (JST)
Subject: [ruby-changes:48969] stomar:r61088 (trunk): doc/syntax/refinements.rdoc: fix typos

stomar	2017-12-09 07:51:42 +0900 (Sat, 09 Dec 2017)

  New Revision: 61088

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61088

  Log:
    doc/syntax/refinements.rdoc: fix typos

  Modified files:
    trunk/doc/syntax/refinements.rdoc
Index: doc/syntax/refinements.rdoc
===================================================================
--- doc/syntax/refinements.rdoc	(revision 61087)
+++ doc/syntax/refinements.rdoc	(revision 61088)
@@ -258,7 +258,7 @@ This behavior may be changed in the futu https://github.com/ruby/ruby/blob/trunk/doc/syntax/refinements.rdoc#L258
 
 == 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 https://github.com/ruby/ruby/blob/trunk/doc/syntax/refinements.rdoc#L277
   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
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]