1
0
Fork 0
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:
stomar 2018-04-14 16:46:58 +00:00
parent 5c5b64c60b
commit f10a13484a

View file

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