aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-17 19:42:25 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-17 19:43:10 +0900
commit4f13927f1fe06a5fe23e25448d9adc80031e0bad (patch)
treebc34888e3b3419483efb70541ca95fc8148145a5 /NEWS
parente169ad93f44e1944ecf7bb65133fd34e8b868ea8 (diff)
downloadruby-4f13927f1fe06a5fe23e25448d9adc80031e0bad.tar.gz
[DOC] no change on Windows [Bug #15267] [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e8fdfe0cf5..aadb1224c9 100644
--- a/NEWS
+++ b/NEWS
@@ -194,8 +194,8 @@ Fiber::
File::
Modified method::
- * File.extname now returns a dot string at a name ending with a
- dot. [Bug #15267]
+ * File.extname now returns a dot string at a name ending with a dot on
+ non-Windows platforms. [Bug #15267]
File.extname("foo.") #=> "."