From de2678e74f1f83be9ce1eba4ca0997e3b2cb28ec Mon Sep 17 00:00:00 2001 From: sho-h Date: Tue, 19 Jan 2016 00:54:54 +0000 Subject: [PATCH] * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.c b/error.c index f2c86448e7..a86485d558 100644 --- a/error.c +++ b/error.c @@ -868,7 +868,7 @@ exc_backtrace(VALUE exc) * * Returns any backtrace associated with the exception. This method is * similar to Exception#backtrace, but the backtrace is an array of - * Thread::Backtrace::Location. + * Thread::Backtrace::Location. * * Now, this method is not affected by Exception#set_backtrace(). */