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

ruby-changes:54666

From: stomar <ko1@a...>
Date: Mon, 21 Jan 2019 00:02:13 +0900 (JST)
Subject: [ruby-changes:54666] stomar:r66882 (trunk): vm.c: [DOC] small fix

stomar	2019-01-21 00:02:07 +0900 (Mon, 21 Jan 2019)

  New Revision: 66882

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

  Log:
    vm.c: [DOC] small fix

  Modified files:
    trunk/vm.c
Index: vm.c
===================================================================
--- vm.c	(revision 66881)
+++ vm.c	(revision 66882)
@@ -2895,7 +2895,7 @@ static VALUE usage_analysis_register_sto https://github.com/ruby/ruby/blob/trunk/vm.c#L2895
  *   RubyVM.resolve_feature_path(feature) -> [:rb or :so, path]
  *
  * Identifies the file that will be loaded by "require(feature)".
- * This API is experimental and just for internal.
+ * This API is experimental and just for internal use.
  *
  *    RubyVM.resolve_feature_path("set")
  *      #=> [:rb, "/path/to/set.rb"]

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

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