From 96be579a83d0a0c8e524b9c061ad5be78c980122 Mon Sep 17 00:00:00 2001 From: stomar Date: Fri, 12 Oct 2018 20:00:13 +0000 Subject: vm.c: [DOC] small improvements git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 4 ++-- 1 file 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); -- cgit v1.2.3