From 61ee83663b7041b29c812e6dddc855ddfca9b186 Mon Sep 17 00:00:00 2001 From: Damian Carrillo Date: Wed, 29 Jan 2025 21:01:13 -0600 Subject: [PATCH] docs(crypto): clarify doc comment (#6368) --- crypto/crypto.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/crypto.ts b/crypto/crypto.ts index 626195006a6e..fa99481442eb 100644 --- a/crypto/crypto.ts +++ b/crypto/crypto.ts @@ -188,8 +188,8 @@ export interface StdCrypto extends Crypto { } /** - * An wrapper for WebCrypto adding support for additional non-standard - * algorithms, but delegating to the runtime WebCrypto implementation whenever + * A wrapper for WebCrypto which adds support for additional non-standard + * algorithms, but delegates to the runtime WebCrypto implementation whenever * possible. */ const stdCrypto: StdCrypto = ((x) => x)({