aboutsummaryrefslogtreecommitdiffstats
path: root/doc/NEWS-1.8.7
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-23 00:13:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-23 00:13:32 +0000
commit1a65cef0f03fc9250cd5f2de3ce1ac4f79cfdb7a (patch)
tree97f5ae3620fde9905edd5ffd59e3294a9132d9b1 /doc/NEWS-1.8.7
parentcfdd8cda26aaf848a287396b01c2581ccc8b0178 (diff)
downloadruby-1a65cef0f03fc9250cd5f2de3ce1ac4f79cfdb7a.tar.gz
doc: remove trailing spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS-1.8.7')
-rw-r--r--doc/NEWS-1.8.74
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/NEWS-1.8.7 b/doc/NEWS-1.8.7
index 51fb5f1c6a..38571fe103 100644
--- a/doc/NEWS-1.8.7
+++ b/doc/NEWS-1.8.7
@@ -230,7 +230,7 @@ with all sufficient information, see the ChangeLog file.
* ARGF.lines
* ARGF.readbyte
- New methods.
+ New methods.
* Method#name
* Method#owner
@@ -638,7 +638,7 @@ with all sufficient information, see the ChangeLog file.
md = Digest::MD5.new("string")
# After (works with any version)
md = Digest::MD5.new.update("string")
-
+
# Before
hd = Digest::MD5.new("string").hexdigest
# After (works with any version)