mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
error.c: [DOC] minor fixes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5c5b64c60b
commit
f10a13484a
1 changed files with 2 additions and 2 deletions
4
error.c
4
error.c
|
@ -325,7 +325,7 @@ warning_write(int argc, VALUE *argv, VALUE buf)
|
|||
* warning 1
|
||||
* warning 2
|
||||
*
|
||||
* If the <code>:uplevel</code> keyword is given, the string will
|
||||
* If the <code>uplevel</code> keyword argument is given, the string will
|
||||
* be prepended with information for the given caller frame in
|
||||
* the same format used by the <code>rb_warn</code> C function.
|
||||
*
|
||||
|
@ -1090,7 +1090,7 @@ exc_message(VALUE exc)
|
|||
* call-seq:
|
||||
* exception.inspect -> string
|
||||
*
|
||||
* Return this exception's class name and message
|
||||
* Return this exception's class name and message.
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue