fix: standardize punctuation

This commit is contained in:
Linus Rath
2026-04-16 19:07:42 +02:00
parent 6b57118add
commit 8bdadc7ba3
107 changed files with 452 additions and 448 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { parseCertificateDer } from './certificate-utils';
* Produce an opaque CMS SignedData wrapping the given MIME content.
*
* Content type: application/pkcs7-mime; smime-type=signed-data
* This is the "opaque" form the content is embedded inside the CMS structure.
* This is the "opaque" form - the content is embedded inside the CMS structure.
*/
export async function smimeSign(
mimeBytes: Uint8Array,