ruby-changes:41508
From: sho-h <ko1@a...>
Date: Tue, 19 Jan 2016 09:54:18 +0900 (JST)
Subject: [ruby-changes:41508] sho-h:r53582 (trunk): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
sho-h 2016-01-19 09:54:54 +0900 (Tue, 19 Jan 2016) New Revision: 53582 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53582 Log: * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip] Modified files: trunk/error.c Index: error.c =================================================================== --- error.c (revision 53581) +++ error.c (revision 53582) @@ -868,7 +868,7 @@ exc_backtrace(VALUE exc) https://github.com/ruby/ruby/blob/trunk/error.c#L868 * * 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(). */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/