vm.c: [DOC] small improvements

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
stomar 2018-10-12 20:00:13 +00:00
parent ef0615b6ef
commit e7719a1c6a

4
vm.c
View File

@ -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);