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

ruby-changes:27470

From: zzak <ko1@a...>
Date: Wed, 27 Feb 2013 13:22:17 +0900 (JST)
Subject: [ruby-changes:27470] zzak:r39522 (trunk): * vm.c (Thread): Typo in overview, swap setting and getting

zzak	2013-02-27 13:22:08 +0900 (Wed, 27 Feb 2013)

  New Revision: 39522

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39522

  Log:
    * vm.c (Thread): Typo in overview, swap setting and getting

  Modified files:
    trunk/ChangeLog
    trunk/vm.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39521)
+++ ChangeLog	(revision 39522)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Feb 27 13:21:00 2013  Zachary Scott  <zachary@z...>
+
+	* vm.c (Thread): Typo in overview, swap setting and getting
+
 Wed Feb 27 13:02:00 2013  Zachary Scott  <zachary@z...>
 
 	* vm.c (Thread): Documentation overview of Thread class
Index: vm.c
===================================================================
--- vm.c	(revision 39521)
+++ vm.c	(revision 39522)
@@ -2329,7 +2329,7 @@ Init_VM(void) https://github.com/ruby/ruby/blob/trunk/vm.c#L2329
      *	      }.resume
      *	    }.join
      *
-     * 	This example uses #[] for setting and #[]= for getting fiber-locals,
+     * 	This example uses #[] for getting and #[]= for setting fiber-locals,
      * 	you can also use #keys to list the fiber-locals for a given
      * 	thread and #key? to check if a fiber-local exists.
      *

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

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