Bug 22977 - Typo in introduction to verify method
authorMark Watson <watsonm@netflix.com>
Thu, 20 Feb 2014 13:25:18 -0800
changeset 120 97662370d1f5
parent 119 fc8c15cb6e83
child 121 168615685036
Bug 22977 - Typo in introduction to verify method
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Thu Feb 20 12:09:54 2014 -0800
+++ b/spec/Overview-WebCryptoAPI.xml	Thu Feb 20 13:25:18 2014 -0800
@@ -1340,7 +1340,7 @@
             <h4>The verify method</h4>
             <p>
               The <dfn id="dfn-SubtleCrypto-method-verify"><code>verify</code></dfn> method
-              returns a new CryptoOperation object that will verify data using the specified
+              returns a new Promise object that will verify data using the specified
               <a href="#dfn-AlgorithmIdentifier"><code>AlgorithmIdentifier</code></a> with
               the supplied <a href="#dfn-Key"><code>Key</code></a>. It must act as follows:
             </p>
--- a/spec/Overview.html	Thu Feb 20 12:09:54 2014 -0800
+++ b/spec/Overview.html	Thu Feb 20 13:25:18 2014 -0800
@@ -1348,7 +1348,7 @@
             <h4>14.3.4. The verify method</h4>
             <p>
               The <dfn id="dfn-SubtleCrypto-method-verify"><code>verify</code></dfn> method
-              returns a new CryptoOperation object that will verify data using the specified
+              returns a new Promise object that will verify data using the specified
               <a href="#dfn-AlgorithmIdentifier"><code>AlgorithmIdentifier</code></a> with
               the supplied <a href="#dfn-Key"><code>Key</code></a>. It must act as follows:
             </p>