aboutsummaryrefslogtreecommitdiffstats
path: root/variable.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:43:28 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-19 05:43:28 +0000
commit689755a1add0293a557cb22098e3c3dec375c4c6 (patch)
tree944f19ff0a57e4d5a62e5dccd5ebb7e81633014d /variable.c
parent690be750cbf107446438249a868e081e3ee3ff09 (diff)
downloadruby-689755a1add0293a557cb22098e3c3dec375c4c6.tar.gz
* 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
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
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