aboutsummaryrefslogtreecommitdiffstats
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
commit96be579a83d0a0c8e524b9c061ad5be78c980122 (patch)
tree0538c395f0198b7f13e69ea60a71498e0d2e6692 /vm.c
parent066a1c1fa0f1bff3a09f38e492343e40db778b7c (diff)
downloadruby-96be579a83d0a0c8e524b9c061ad5be78c980122.tar.gz
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);