aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_pkey.c
diff options
context:
space:
mode:
authorNobuhiro IMAI <nov@yo.rim.or.jp>2020-07-29 12:39:09 +0900
committerGitHub <noreply@github.com>2020-07-29 12:39:09 +0900
commitf36af95519feac226429673526986f5e2392c11e (patch)
tree4e1d2e417d43eb7c33a1f6bc56efa87ab6ded5cc /ext/openssl/ossl_pkey.c
parent642783aeda871fb7878df6613d1e99f0f84828c4 (diff)
downloadruby-openssl-f36af95519feac226429673526986f5e2392c11e.tar.gz
[DOC] Fix RDoc markup
Diffstat (limited to 'ext/openssl/ossl_pkey.c')
-rw-r--r--ext/openssl/ossl_pkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_pkey.c b/ext/openssl/ossl_pkey.c
index d5f5a51a..1c1f80bf 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.