summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/crypto/lib.deno_crypto.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/lib.deno_crypto.d.ts b/ext/crypto/lib.deno_crypto.d.ts
index 0c00470ec..3e7d50a2a 100644
--- a/ext/crypto/lib.deno_crypto.d.ts
+++ b/ext/crypto/lib.deno_crypto.d.ts
@@ -231,7 +231,7 @@ declare var CryptoKeyPair: {
/** This Web Crypto API interface provides a number of low-level cryptographic
* functions. It is accessed via the Crypto.subtle properties available in a
- * window context (via Window.crypto).
+ * window context (via globalThis.crypto).
*
* @category Crypto
*/