From 689755a1add0293a557cb22098e3c3dec375c4c6 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 19 Jan 2014 05:43:28 +0000 Subject: * gc.c: fix typo by @windwiny [fix GH-506] * proc.c: ditto * variable.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 21c3f66189..d142255a25 100644 --- a/variable.c +++ b/variable.c @@ -635,7 +635,7 @@ rb_trace_eval(VALUE cmd, VALUE val) * trace_var(symbol) {|val| block } -> nil * * Controls tracing of assignments to global variables. The parameter - * +symbol_ identifies the variable (as either a string name or a + * +symbol+ identifies the variable (as either a string name or a * symbol identifier). _cmd_ (which may be a string or a * +Proc+ object) or block is executed whenever the variable * is assigned. The block or +Proc+ object receives the -- cgit v1.2.3