From de0ef1a9dfd9f966ad7e667788f3e333944d959e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 28 Mar 2019 03:33:35 +0000 Subject: [DOC] fix markups [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index c3dd54d5f2..ad7069ece0 100644 --- a/variable.c +++ b/variable.c @@ -719,7 +719,7 @@ rb_trace_eval(VALUE cmd, VALUE val) * +Proc+ object) or block is executed whenever the variable * is assigned. The block or +Proc+ object receives the * variable's new value as a parameter. Also see - * Kernel::untrace_var. + * Kernel::untrace_var. * * trace_var :$_, proc {|v| puts "$_ is now '#{v}'" } * $_ = "hello" @@ -2738,7 +2738,7 @@ rb_const_list(void *data) * IO.constants.include?(:SYNC) #=> true * IO.constants(false).include?(:SYNC) #=> false * - * Also see Module::const_defined?. + * Also see Module::const_defined?. */ VALUE -- cgit v1.2.3