ruby-changes:65508
From: Nobuhiro <ko1@a...>
Date: Tue, 16 Mar 2021 20:39:04 +0900 (JST)
Subject: [ruby-changes:65508] 92f19f7bb0 (master): [ruby/openssl] [DOC] Fix RDoc markup
https://git.ruby-lang.org/ruby.git/commit/?id=92f19f7bb0 From 92f19f7bb043908a583f04fb737664c5010a3ec2 Mon Sep 17 00:00:00 2001 From: Nobuhiro IMAI <nov@y...> Date: Wed, 29 Jul 2020 12:39:09 +0900 Subject: [ruby/openssl] [DOC] Fix RDoc markup https://github.com/ruby/openssl/commit/f36af95519 --- ext/openssl/ossl_pkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c index d5f5a51..1c1f80b 100644 --- a/ext/openssl/ossl_pkey.c +++ b/ext/openssl/ossl_pkey.c @@ -174,7 +174,7 @@ ossl_pkey_read_generic(BIO *bio, VALUE pass) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl_pkey.c#L174 * instance of the appropriate PKey class. * * === Parameters - * * _string+ is a DER- or PEM-encoded string containing an arbitrary private + * * _string_ is a DER- or PEM-encoded string containing an arbitrary private * or public key. * * _io_ is an instance of IO containing a DER- or PEM-encoded * arbitrary private or public key. -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/