The 'abort' method description was confusing the abort and stop methods.
authorHans Wennborg <hans@chromium.org>
Fri, 25 May 2012 14:08:52 +0100
changeset 9 adecb1b5fa9e
parent 8 6e00602c58fb
child 10 386b0c5dd555
The 'abort' method description was confusing the abort and stop methods.
speechapi.html
--- a/speechapi.html	Fri May 25 14:07:22 2012 +0100
+++ b/speechapi.html	Fri May 25 14:08:52 2012 +0100
@@ -684,7 +684,7 @@
 
       <dt>The <dfn id="dfn-abort">abort</dfn> method</dt>
       <dd>The abort method is a request to immediately stop listening and stop recognizing and do not return any information but that the system is done.
-      When the stop method is called the speech service <em class="rfc2119" title="must">must</em> stop recognizing.
+      When the abort method is called the speech service <em class="rfc2119" title="must">must</em> stop recognizing.
       The user agent <em class="rfc2119" title="must">must</em> raise a end event once the speech service is no longer connected.</dd>
 
       <dt>The <dfn id="dfn-setcustomparameter">setCustomParameter</dfn> method</dt>