Skip to content

Commit

Permalink
Properly link {{CryptoKey}} everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Sep 17, 2024
1 parent 8cf26a0 commit ec3de1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -10375,7 +10375,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new `{{CryptoKey}}` object representing an AES key with
Let |key| be a new {{CryptoKey}} object representing an AES key with
value |data|.
</p>
</li>
Expand Down Expand Up @@ -10910,7 +10910,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new `{{CryptoKey}}`
Let |key| be a new {{CryptoKey}}
object representing an AES key with value |data|.
</p>
</li>
Expand Down Expand Up @@ -11533,7 +11533,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new `{{CryptoKey}}`
Let |key| be a new {{CryptoKey}}
object representing an AES key with value |data|.
</p>
</li>
Expand Down Expand Up @@ -12646,7 +12646,7 @@ <h4>Operations</h4>
</li>
<li>
<p>
Let |key| be a new `{{CryptoKey}}`
Let |key| be a new {{CryptoKey}}
object representing an HMAC key with the first |length|
bits of |data|.
</p>
Expand Down

0 comments on commit ec3de1b

Please sign in to comment.