Skip to content

Commit cf2f019

Browse files
committed
Fix formatting in docs
The + tag can only be used for single words. For multiple words the <tt> tag has to be used.
1 parent bf19827 commit cf2f019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/ossl_asn1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ Init_ossl_asn1(void)
15221522
*
15231523
* An Array that stores the name of a given tag number. These names are
15241524
* the same as the name of the tag constant that is additionally defined,
1525-
* e.g. +UNIVERSAL_TAG_NAME[2] = "INTEGER"+ and +OpenSSL::ASN1::INTEGER = 2+.
1525+
* e.g. <tt>UNIVERSAL_TAG_NAME[2] = "INTEGER"</tt> and <tt>OpenSSL::ASN1::INTEGER = 2</tt>.
15261526
*
15271527
* == Example usage
15281528
*

0 commit comments

Comments
 (0)