summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-20 15:02:07 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-01-20 15:02:07 +0000
commitf9b298fe71614a8ceecba9eb78203a78e9fefb28 (patch)
tree3b64ed761b37f14ede7f56df6654818256304283 /vm.c
parentafd68cd87114fb49158462f1594cacfd2b765e9b (diff)
vm.c: [DOC] small fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
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"]