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:
parent
be1e88a277
commit
92f19f7bb0
Notes:
git
2021-03-16 20:38:47 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue