mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c2f5a57403
commit
5ffc1a3aaa
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ tracepoint_enable_m(VALUE tpval)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* trace.disable -> tru eo rfalse
|
||||
* trace.disable -> true or false
|
||||
* trace.disable { block } -> obj
|
||||
*
|
||||
* Deactivates the trace
|
||||
|
|
Loading…
Reference in a new issue