From 2c5c076009b7508ba2165327f98405553e59b801 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 3 Dec 2012 15:08:00 +0000 Subject: [PATCH] adjust style git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 45d6363498..b08806a01f 100644 --- a/NEWS +++ b/NEWS @@ -45,7 +45,7 @@ with all sufficient information, see the ChangeLog file. * incompatible changes: * Fiber#resume cannot resume a fiber which invokes "Fiber#transfer". - * File: + * File * extended method: * File.fnmatch? now expands braces in the pattern if File::FNM_EXTGLOB option is given.