Skip to content

Commit

Permalink
Fix #58: Correct link for verify method in algorithm overview
Browse files Browse the repository at this point in the history
  • Loading branch information
mwatson2 committed May 24, 2016
1 parent 5e6dfc6 commit 923fabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/Overview-WebCryptoAPI.xml
Expand Up @@ -3258,7 +3258,7 @@ dictionary <dfn id="dfn-CryptoKeyPair">CryptoKeyPair</dfn> {
<p>The <a href="#SubtleCrypto-method-sign">sign</a> method requires the sign operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-verify">decrypt</a> method requires the verify operation.</p>
<p>The <a href="#SubtleCrypto-method-verify">verify</a> method requires the verify operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-generateKey">generateKey</a> method requires the generateKey operation.</p>
Expand Down
2 changes: 1 addition & 1 deletion spec/Overview.html
Expand Up @@ -3211,7 +3211,7 @@ <h2>19. Algorithm Overview</h2>
<p>The <a href="#SubtleCrypto-method-sign">sign</a> method requires the sign operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-verify">decrypt</a> method requires the verify operation.</p>
<p>The <a href="#SubtleCrypto-method-verify">verify</a> method requires the verify operation.</p>
</li>
<li>
<p>The <a href="#SubtleCrypto-method-generateKey">generateKey</a> method requires the generateKey operation.</p>
Expand Down

0 comments on commit 923fabe

Please sign in to comment.