Commit cf80e7fe authored by yui-knk's avatar yui-knk

Fix comment of exc_inspect (and adjust spaces)

parent 8e4d3bb9
...@@ -115,7 +115,10 @@ exc_message(mrb_state *mrb, mrb_value exc) ...@@ -115,7 +115,10 @@ exc_message(mrb_state *mrb, mrb_value exc)
* call-seq: * call-seq:
* exception.inspect -> string * exception.inspect -> string
* *
* Return this exception's class name an message * Returns this exception's file name, line number,
* message and class name.
* If file name or line number is not set,
* returns message and class name.
*/ */
static mrb_value static mrb_value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment