summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-27 04:47:43 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-27 04:47:43 +0000
commit24b1d2f2f47288fb0a09eff601f377f15703e809 (patch)
treef1df641efd5f589724b2583f40a697fcd840aa9d
parent06653c193384cbb89086213135c98b2d1c1638cc (diff)
* NEWS: expanded a tab.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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.)