diff options
author | Nobuhiro IMAI <[email protected]> | 2020-07-29 12:39:09 +0900 |
---|---|---|
committer | Kazuki Yamaguchi <[email protected]> | 2021-03-16 19:16:11 +0900 |
commit | 92f19f7bb043908a583f04fb737664c5010a3ec2 (patch) | |
tree | 97079da2a959aac76e2c112a04a3850a4873d638 /ext/openssl/ossl_pkey.c | |
parent | be1e88a277a76d614070587e9cc3b4bda92a3670 (diff) |
[ruby/openssl] [DOC] Fix RDoc markup
https://github.com/ruby/openssl/commit/f36af95519
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4275
Diffstat (limited to 'ext/openssl/ossl_pkey.c')
-rw-r--r-- | ext/openssl/ossl_pkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c index d5f5a51ab6..1c1f80bf80 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) * 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. |