From f9b298fe71614a8ceecba9eb78203a78e9fefb28 Mon Sep 17 00:00:00 2001 From: stomar Date: Sun, 20 Jan 2019 15:02:07 +0000 Subject: vm.c: [DOC] small fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm.c b/vm.c index d1d7cd8d6f..9e7eb1dc32 100644 --- a/vm.c +++ b/vm.c @@ -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"] -- cgit v1.2.3