Skip to content

Commit

Permalink
tools: fix broken link hash
Browse files Browse the repository at this point in the history
This typo results in a non-functional link in the WebCrypto docs. This
change fixes it.

PR-URL: #39426
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
Trott authored and targos committed Jul 20, 2021
1 parent 2d8a3f2 commit 9b03d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/type-parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const customTypesMap = {
'EcKeyImportParams': 'webcrypto.html#webcrypto_class_eckeyimportparams',
'HmacImportParams': 'webcrypto.html#webcrypto_class_hmacimportparams',
'AesImportParams': 'webcrypto.html#webcrypto_class_aesimportparams',
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class.pbkdf2importparams',
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class_pbkdf2importparams',
'HmacParams': 'webcrypto.html#webcrypto_class_hmacparams',
'EcdsaParams': 'webcrypto.html#webcrypto_class_ecdsaparams',
'RsaPssParams': 'webcrypto.html#webcrypto_class_rsapssparams',
Expand Down

0 comments on commit 9b03d8f

Please sign in to comment.