From f10a13484a39c20f8078526863cb1a3a2f5f8d4c Mon Sep 17 00:00:00 2001 From: stomar Date: Sat, 14 Apr 2018 16:46:58 +0000 Subject: [PATCH] error.c: [DOC] minor fixes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error.c b/error.c index 4606470080..92c35d5d67 100644 --- a/error.c +++ b/error.c @@ -325,7 +325,7 @@ warning_write(int argc, VALUE *argv, VALUE buf) * warning 1 * warning 2 * - * If the :uplevel keyword is given, the string will + * If the uplevel keyword argument is given, the string will * be prepended with information for the given caller frame in * the same format used by the rb_warn 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