Skip to content

Commit

Permalink
docs(crypto): clarify doc comment (#6368)
Browse files Browse the repository at this point in the history
  • Loading branch information
heydamianc authored Jan 30, 2025
1 parent 730fd2e commit 61ee836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)({
Expand Down

0 comments on commit 61ee836

Please sign in to comment.