summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-03-31 15:18:37 +0900
committeraycabta <aycabta@gmail.com>2021-03-31 15:18:52 +0900
commit66d2fc7989d741bf5a73286233139901cecb4fc2 (patch)
treec14e9e19eb1371f202a2e55ad6be10c2f5a92cef /ext
parentd977849e1c4fb231247c3178d4d3d971722245f3 (diff)
Enclose the code that was accidentally a link in "tt"
Diffstat (limited to 'ext')
-rw-r--r--ext/openssl/ossl_asn1.c2
1 files changed, 1 insertions, 1 deletions
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
*