1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/openssl] [DOC] Fix RDoc markup

https://github.com/ruby/openssl/commit/f36af95519
This commit is contained in:
Nobuhiro IMAI 2020-07-29 12:39:09 +09:00 committed by Kazuki Yamaguchi
parent be1e88a277
commit 92f19f7bb0
Notes: git 2021-03-16 20:38:47 +09:00

View file

@ -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.