--- 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>