From 97f9589c4b0641141af32244021dd9eba001b3c7 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 21 Feb 2015 22:56:06 +0000 Subject: 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 --- ext/openssl/ossl_asn1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_asn1.c') diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index 7efb04750e..6c91d1458b 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -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" */ -- cgit v1.2.3