aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authorsho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 00:54:54 +0000
committersho-h <sho-h@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-19 00:54:54 +0000
commit68f4767c174cd8535b95c3c52ae922d6384b779a (patch)
treedd26801f4e9d5bd9c2adf69d5349ecac1c263e11 /error.c
parent41a8915e1abe33e202e4e7073605b94dbc06aeb5 (diff)
downloadruby-68f4767c174cd8535b95c3c52ae922d6384b779a.tar.gz
* 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
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
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().
*/