Fix typo in documentation comment for exc_inspect method in error.c

This commit is contained in:
ydah 2025-08-05 21:46:41 +09:00 committed by Yudai Takada
parent d5e7e88f32
commit 3d8af5df11

View file

@ -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.