summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-12 20:00:13 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-12 20:00:13 +0000
commite7719a1c6ae44b2b13e2639f42e6f18754e4de91 (patch)
tree0538c395f0198b7f13e69ea60a71498e0d2e6692 /vm.c
parentef0615b6ef7a2d8caf4c03b6c9d5fc75a2e90527 (diff)
vm.c: [DOC] small improvements
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm.c b/vm.c
index bf30792ddd..586bb84188 100644
--- a/vm.c
+++ b/vm.c
@@ -2845,8 +2845,8 @@ Init_VM(void)
/*
* Document-class: RubyVM
*
- * RubyVM module provides some access to Ruby internal.
- * This module is for very limited purpose, such as debugging,
+ * The RubyVM module provides some access to Ruby internals.
+ * This module is for very limited purposes, such as debugging,
* prototyping, and research. Normal users must not use it.
*/
rb_cRubyVM = rb_define_class("RubyVM", rb_cObject);