Write Thread instead of Threade

This commit is contained in:
Kaíque Kandy Koga 2022-05-11 17:32:33 -03:00 committed by Hiroshi SHIBATA
parent 26a07b8b46
commit f6cc4b9737
Notes: git 2022-05-12 07:53:41 +09:00
1 changed files with 1 additions and 1 deletions

View File

@ -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>
* command-line option. The defalt is <tt>-1</tt> which means unlimited