mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ossl_asn1.c: fix doc
* ext/openssl/ossl_asn1.c (ossl_asn1obj_get_oid): [DOC] fix notation, an instance method but not a class method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a1c1bc39ce
commit
97f9589c4b
1 changed files with 1 additions and 1 deletions
|
@ -1424,7 +1424,7 @@ ossl_asn1obj_get_ln(VALUE self)
|
|||
return ret;
|
||||
}
|
||||
|
||||
/* Document-method: OpenSSL::ASN1::ObjectId.oid
|
||||
/* Document-method: OpenSSL::ASN1::ObjectId#oid
|
||||
*
|
||||
* The object identifier as a +String+, e.g. "1.2.3.4.5"
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue