mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Fix typo in documentation comment for exc_inspect method in error.c
This commit is contained in:
parent
d5e7e88f32
commit
3d8af5df11
2
error.c
2
error.c
@ -1883,7 +1883,7 @@ exc_inspect(VALUE exc)
|
||||
* # String
|
||||
* 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.
|
||||
*
|
||||
* See also #backtrace_locations that provide the same value, as structured objects.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user