summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-08 15:12:56 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-08 15:12:56 +0000
commit634de69596aad67bde987bc5e8300d865846129f (patch)
tree5e79300543ad591a0d3379d45325ff79ee36030d /NEWS
parent6938834c08b4f155c779f155566783ffb472871b (diff)
NEWS: Fix indent [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a10ecadc5d..c1616f072d 100644
--- a/NEWS
+++ b/NEWS
@@ -263,8 +263,8 @@ sufficient information, see the ChangeLog file or Redmine
* New features:
* `Time.new` and `Time#getlocal` accept a timezone object as
- well as UTC offset string. `Time#+`, `Time#-` and `Time#succ`
- also preserve the timezone. [Feature #14850]
+ well as UTC offset string. `Time#+`, `Time#-` and `Time#succ`
+ also preserve the timezone. [Feature #14850]
* `TracePoint`