[前][次][番号順一覧][スレッド一覧]

ruby-changes:30976

From: zzak <ko1@a...>
Date: Thu, 26 Sep 2013 22:04:32 +0900 (JST)
Subject: [ruby-changes:30976] zzak:r43055 (trunk): * ext/digest/digest.c: [DOC] typo in overview by @chastell

zzak	2013-09-26 22:04:27 +0900 (Thu, 26 Sep 2013)

  New Revision: 43055

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43055

  Log:
    * ext/digest/digest.c: [DOC] typo in overview by @chastell
      [Fixes GH-399] https://github.com/ruby/ruby/pull/399

  Modified files:
    trunk/ChangeLog
    trunk/ext/digest/digest.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43054)
+++ ChangeLog	(revision 43055)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Sep 26 22:03:15 2013  Zachary Scott  <e@z...>
+
+	* ext/digest/digest.c: [DOC] typo in overview by @chastell
+	  [Fixes GH-399] https://github.com/ruby/ruby/pull/399
+
 Thu Sep 26 22:00:42 2013  Zachary Scott  <e@z...>
 
 	* ext/openssl/ossl.c: [DOC] typo in example by @zoranzaric
Index: ext/digest/digest.c
===================================================================
--- ext/digest/digest.c	(revision 43054)
+++ ext/digest/digest.c	(revision 43055)
@@ -30,8 +30,7 @@ RUBY_EXTERN void Init_digest_base(void); https://github.com/ruby/ruby/blob/trunk/ext/digest/digest.c#L30
  *
  * 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]