Skip to content

Commit

Permalink
update type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mchl18 committed Aug 5, 2024
1 parent be3a2fa commit dab8769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit dab8769

Please sign in to comment.