From 66d2fc7989d741bf5a73286233139901cecb4fc2 Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 31 Mar 2021 15:18:37 +0900 Subject: Enclose the code that was accidentally a link in "tt" --- ext/openssl/ossl_asn1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index 9eb1826f02..b4b285323b 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -1510,7 +1510,7 @@ Init_ossl_asn1(void) * * An Array that stores the name of a given tag number. These names are * the same as the name of the tag constant that is additionally defined, - * e.g. UNIVERSAL_TAG_NAME[2] = "INTEGER" and OpenSSL::ASN1::INTEGER = 2. + * e.g. +UNIVERSAL_TAG_NAME[2] = "INTEGER"+ and +OpenSSL::ASN1::INTEGER = 2+. * * == Example usage * -- cgit v1.2.3