diff options
author | Yudai Takada <[email protected]> | 2022-11-21 14:07:18 +0900 |
---|---|---|
committer | <[email protected]> | 2022-11-20 21:07:18 -0800 |
commit | 29e6d97517bbd4dcc540464c8473172232f3e228 () | |
tree | 80716a0b7b7e8e6c96ceacf9ab1e7b2dcdc22c27 /vm_backtrace.c | |
parent | d8601621edcf29e3323b90dcf04b774edd9fb45e (diff) |
Fix typos (#6775)
* s/Innteger/Integer/ * s/diretory/directory/ * s/Bufer/Buffer/ * s/defalt/default/ * s/covearge/coverage/
Notes: Merged-By: k0kubun <[email protected]>
-rw-r--r-- | vm_backtrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -805,7 +805,7 @@ backtrace_load_data(VALUE self, VALUE str) * 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 * backtraces. If the value is zero or positive, the error backtraces, * produced by Exception#full_message, are abbreviated and the extra lines * are replaced by <tt>... 3 levels... </tt> |