summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-01 00:13:54 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-01 00:13:54 +0000
commitda0c6035ad608973eb920df9138d3cd8fbf4af35 (patch)
treeb507cea987edf663baef2e6f492fc5eba926a3d3 /doc
parent447fdd4221160d3ea6baaed67a04ba5bbf4a87dc (diff)
[DOC] doc/NEWS-2.5.0: remove trailing comma [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.5.03
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/NEWS-2.5.0 b/doc/NEWS-2.5.0
index c5552c714f..1dab3cf7f5 100644
--- a/doc/NEWS-2.5.0
+++ b/doc/NEWS-2.5.0
@@ -338,7 +338,6 @@ with all sufficient information, see the ChangeLog file or Redmine
* IPAddr#private? [Feature #11666]
* IPAddr#link_local? [Feature #10912]
-
* IRB
* Print backtrace and error message in reverse order [Feature #8661] [experimental]
@@ -356,7 +355,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Net::HTTP
* Net::HTTP.new supports no_proxy parameter [Feature #11195]
- * Net::HTTP#{min_version,max_version}, [Feature #9450]
+ * Net::HTTP#{min_version,max_version} [Feature #9450]
* Add more HTTP status classes
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]
* Net::HTTP#{proxy_user,proxy_pass} reflect http_proxy environment variable