summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
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"]