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

ruby-changes:52826

From: stomar <ko1@a...>
Date: Sat, 13 Oct 2018 05:00:20 +0900 (JST)
Subject: [ruby-changes:52826] stomar:r65038 (trunk): vm.c: [DOC] small improvements

stomar	2018-10-13 05:00:13 +0900 (Sat, 13 Oct 2018)

  New Revision: 65038

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

  Log:
    vm.c: [DOC] small improvements

  Modified files:
    trunk/vm.c
Index: vm.c
===================================================================
--- vm.c	(revision 65037)
+++ vm.c	(revision 65038)
@@ -2845,8 +2845,8 @@ Init_VM(void) https://github.com/ruby/ruby/blob/trunk/vm.c#L2845
     /*
      * Document-class: RubyVM
      *
-     * RubyVM module provides some access to Ruby internal.
-     * This module is for very limited purpose, such as debugging,
+     * The RubyVM module provides some access to Ruby internals.
+     * This module is for very limited purposes, such as debugging,
      * prototyping, and research.  Normal users must not use it.
      */
     rb_cRubyVM = rb_define_class("RubyVM", rb_cObject);

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

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