1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

vm.c: [DOC] small fix

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2019-01-20 15:02:07 +00:00
parent afd68cd871
commit f9b298fe71

2
vm.c
View file

@ -2895,7 +2895,7 @@ static VALUE usage_analysis_register_stop(VALUE self);
* 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"]