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

ruby-changes:70118

From: aycabta <ko1@a...>
Date: Thu, 9 Dec 2021 18:15:34 +0900 (JST)
Subject: [ruby-changes:70118] fa806cf233 (master): Fix typo of namespace

https://git.ruby-lang.org/ruby.git/commit/?id=fa806cf233

From fa806cf233938af64ce928a37d2641dd762da87a Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 6 Dec 2021 18:15:44 +0900
Subject: Fix typo of namespace

---
 doc/NEWS-2.0.0 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/NEWS-2.0.0 b/doc/NEWS-2.0.0
index 712d3a693b3..e070b199762 100644
--- a/doc/NEWS-2.0.0
+++ b/doc/NEWS-2.0.0
@@ -376,7 +376,7 @@ with all sufficient information, see the ChangeLog file. https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.0.0#L376
     :TLSv1_2, :TLSv1_2_server, :TLSv1_2_client or :TLSv1_1, :TLSv1_1_server
     :TLSv1_1_client. The version being effectively used can be queried
     with OpenSSL::SSL#ssl_version. Furthermore, it is also possible to
-    blacklist the new TLS versions with OpenSSL::SSL:OP_NO_TLSv1_1 and
+    blacklist the new TLS versions with OpenSSL::SSL::OP_NO_TLSv1_1 and
     OpenSSL::SSL::OP_NO_TLSv1_2.
   * Added OpenSSL::SSL::SSLContext#renegotiation_cb. A user-defined callback
     may be set which gets called whenever a new handshake is negotiated. This
-- 
cgit v1.2.1


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

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