diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-26 13:04:27 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-26 13:04:27 +0000 |
commit | 017a975ec26b7267920cd87abcd175dcb8096d66 (patch) | |
tree | b4754d88d04d0a98544f42eed9d371e2cefb9c9e /ext/digest/digest.c | |
parent | 12fdf4bc92f05d9b052d1d76fffaab940ea254dc (diff) | |
download | ruby-017a975ec26b7267920cd87abcd175dcb8096d66.tar.gz |
* ext/digest/digest.c: [DOC] typo in overview by @chastell
[Fixes GH-399] https://github.com/ruby/ruby/pull/399
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/digest.c')
-rw-r--r-- | ext/digest/digest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/digest/digest.c b/ext/digest/digest.c index c603441409..8cd8f40c85 100644 --- a/ext/digest/digest.c +++ b/ext/digest/digest.c @@ -30,8 +30,7 @@ RUBY_EXTERN void Init_digest_base(void); * * This module provides a framework for message digest libraries. * - * You may want to look at OpenSSL::Digest as it supports support more - * algorithms. + * You may want to look at OpenSSL::Digest as it supports more algorithms. * * A cryptographic hash function is a procedure that takes data and return a * fixed bit string : the hash value, also known as _digest_. Hash functions |