mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Write Thread instead of Threade
This commit is contained in:
parent
26a07b8b46
commit
f6cc4b9737
Notes:
git
2022-05-12 07:53:41 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ backtrace_load_data(VALUE self, VALUE str)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq: Threade::Backtrace::limit -> integer
|
* call-seq: Thread::Backtrace::limit -> integer
|
||||||
*
|
*
|
||||||
* Returns maximum backtrace length set by <tt>--backtrace-limit</tt>
|
* Returns maximum backtrace length set by <tt>--backtrace-limit</tt>
|
||||||
* command-line option. The defalt is <tt>-1</tt> which means unlimited
|
* command-line option. The defalt is <tt>-1</tt> which means unlimited
|
||||||
|
|
Loading…
Add table
Reference in a new issue