mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix typo in documentation comment for exc_inspect method in error.c
This commit is contained in:
parent
d5e7e88f32
commit
3d8af5df11
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -1883,7 +1883,7 @@ exc_inspect(VALUE exc)
|
||||||
* # String
|
* # String
|
||||||
* end
|
* end
|
||||||
*
|
*
|
||||||
* The value returned by this method migth be adjusted when raising (see Kernel#raise),
|
* The value returned by this method might be adjusted when raising (see Kernel#raise),
|
||||||
* or during intermediate handling by #set_backtrace.
|
* or during intermediate handling by #set_backtrace.
|
||||||
*
|
*
|
||||||
* See also #backtrace_locations that provide the same value, as structured objects.
|
* See also #backtrace_locations that provide the same value, as structured objects.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue