Commit 0fe62ddc authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2183 from yui-knk/fix-error-comment

Fix comment of exc_inspect (and adjust spaces)
parents b87bfe73 cf80e7fe
...@@ -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