From 24b1d2f2f47288fb0a09eff601f377f15703e809 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 27 May 2012 04:47:43 +0000 Subject: [PATCH] * NEWS: expanded a tab. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 53dc75d307..6d6f9acf90 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,7 @@ with all sufficient information, see the ChangeLog file. * extended method: * Kernel#warn accepts multiple args in like puts. * Kernel#caller accepts second optional argument `n' which specify - required caller size. + required caller size. * incompatible changes: * system() and exec() closes non-standard file descriptors (The default of :close_others option is changed to true by default.)