From dab8769b005897e8daa4612530d84b4616c5d346 Mon Sep 17 00:00:00 2001 From: Michael Gerullis Date: Mon, 5 Aug 2024 11:50:10 +0200 Subject: [PATCH] update type comment --- src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types.ts b/src/types.ts index d854a5c..577a13d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -10,8 +10,8 @@ export type SSLCertificateCheckerResult = { */ subject?: string; /** - * The issuer of the certificate - * @platform Android + * The issuer of the certificate. + * Results vary between iOS and Android. */ issuer?: string; /**