From ddbad21575ec92ad9ce42eb6054ae1cb6b97bf66 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 24 Apr 2019 23:04:28 +0200 Subject: [PATCH] Small change to comment --- src/pass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pass.js b/src/pass.js index 8ad39dc..1f5697b 100644 --- a/src/pass.js +++ b/src/pass.js @@ -603,7 +603,7 @@ class Pass { /** * Signature here is an ASN.1 valid structure (DER-compliant). * Generating a non-detached signature, would have pushed inside signature.contentInfo - * (which has type 16, or "SEQUENCE", and is an array) a Context-Specific element, with the signed + * (which has type 16, or "SEQUENCE", and is an array) a Context-Specific element, with the * signed content as value. * * In fact the previous approach was to generating a detached signature and the pull away the generated