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

ruby-changes:28944

From: zzak <ko1@a...>
Date: Fri, 31 May 2013 16:02:24 +0900 (JST)
Subject: [ruby-changes:28944] zzak:r40996 (trunk): * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]

zzak	2013-05-31 16:02:11 +0900 (Fri, 31 May 2013)

  New Revision: 40996

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

  Log:
    * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]

  Modified files:
    trunk/ChangeLog
    trunk/ext/openssl/ossl_ssl.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40995)
+++ ChangeLog	(revision 40996)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri May 31 15:56:36 2013  Zachary Scott  <zachary@z...>
+
+	* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]
+
 Fri May 31 11:58:24 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* vm_method.c (set_visibility): extract from rb_mod_public(),
Index: ext/openssl/ossl_ssl.c
===================================================================
--- ext/openssl/ossl_ssl.c	(revision 40995)
+++ ext/openssl/ossl_ssl.c	(revision 40996)
@@ -1135,7 +1135,7 @@ ossl_ssl_s_alloc(VALUE klass) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_ssl.c#L1135
  *    SSLSocket.new(io, ctx) => aSSLSocket
  *
  * Creates a new SSL socket from +io+ which must be a real ruby object (not an
- * IO-like object that responds to read/write.
+ * IO-like object that responds to read/write).
  *
  * If +ctx+ is provided the SSL Sockets initial params will be taken from
  * the context.

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

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