diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-13 07:30:41 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-08-13 07:30:41 +0000 |
commit | 0b8f36875a8270dade63a25927fcd997b1f4735d (patch) | |
tree | 420857e1b6d0a687e979fce07d0987fd776b283a | |
parent | 2e5d88f13e8dee0dd8fc6b2fa2796cab710f4806 (diff) | |
download | ruby-0b8f36875a8270dade63a25927fcd997b1f4735d.tar.gz ruby-0b8f36875a8270dade63a25927fcd997b1f4735d.tar.xz ruby-0b8f36875a8270dade63a25927fcd997b1f4735d.zip |
Oops, my finger slipped.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | doc/NEWS-1.8.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-1.8.7 b/doc/NEWS-1.8.7 index 323dee5af..460a7c932 100644 --- a/doc/NEWS-1.8.7 +++ b/doc/NEWS-1.8.7 @@ -629,7 +629,7 @@ with all sufficient information, see the ChangeLog file. Automatic detection between binary digest values and hexadecimal digest values has been dropped. It is always assumed that a - binary digest value is given for comparison. + hexadecimal digest value is given for comparison. * self == md |