Skip to content

Commit

Permalink
[e] (0) Fix up a recent change that accidentally turned an implied 'm…
Browse files Browse the repository at this point in the history
…ust' into an implied 'may'.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8325

git-svn-id: http://svn.whatwg.org/webapps@4760 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2010
1 parent 3fdb033 commit d6f82b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -58688,8 +58688,9 @@ <h5 id=runtime-script-errors><span class=secno>7.1.6.5 </span>Runtime script err

<p>Any uncaught exceptions thrown or errors caused by this
function may be reported to the user immediately after the error
that the function was called for, without using the <a href=#report-the-error title="report the error">report an error</a> algorithm
again.</p>
that the function was called for; the <a href=#report-the-error title="report the
error">report an error</a> algorithm must not be used to handle
exceptions thrown or errors caused by this function.</p>

</dd>

Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -58610,8 +58610,9 @@ interface <dfn id=function>Function</dfn> {

<p>Any uncaught exceptions thrown or errors caused by this
function may be reported to the user immediately after the error
that the function was called for, without using the <a href=#report-the-error title="report the error">report an error</a> algorithm
again.</p>
that the function was called for; the <a href=#report-the-error title="report the
error">report an error</a> algorithm must not be used to handle
exceptions thrown or errors caused by this function.</p>

</dd>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -66310,9 +66310,9 @@ interface <dfn>Function</dfn> {

<p>Any uncaught exceptions thrown or errors caused by this
function may be reported to the user immediately after the error
that the function was called for, without using the <span
title="report the error">report an error</span> algorithm
again.</p>
that the function was called for; the <span title="report the
error">report an error</span> algorithm must not be used to handle
exceptions thrown or errors caused by this function.</p>

</dd>

Expand Down

0 comments on commit d6f82b7

Please sign in to comment.