Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18942
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7541 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 25, 2012
1 parent 7aca9c5 commit 38c9ca9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -80080,9 +80080,8 @@ <h5 id=worker-used-for-background-i/o><span class=secno>9.1.2.2 </span>Worker us

<p><i>This section is non-normative.</i></p>

<p>In this example, the main document uses two workers, one for
fetching stock updates for at regular intervals, and one for
fetching performing search queries that the user requests.</p>
<p>In this example, the main document uses two workers, one for fetching stock updates at regular
intervals, and one for performing search queries that the user requests.</p>

<p>The main page is as follows:</p>

Expand Down Expand Up @@ -80143,8 +80142,8 @@ <h5 id=worker-used-for-background-i/o><span class=secno>9.1.2.2 </span>Worker us
&lt;/body&gt;
&lt;/html&gt;</pre>

<p>The two workers use a common library for performing the actual
network calls. This library is as follows:</p>
<p>The two workers use a common library for performing the actual network calls. This library is
as follows:</p>

<pre>function get(url) {
try {
Expand Down Expand Up @@ -104388,6 +104387,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Brian Campbell,
Brian Korver,
Brian Kuhn,
Brian M. Dube,
Brian Ryner,
Brian Smith,
Brian Wilson,
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -80080,9 +80080,8 @@ search: while (true) {

<p><i>This section is non-normative.</i></p>

<p>In this example, the main document uses two workers, one for
fetching stock updates for at regular intervals, and one for
fetching performing search queries that the user requests.</p>
<p>In this example, the main document uses two workers, one for fetching stock updates at regular
intervals, and one for performing search queries that the user requests.</p>

<p>The main page is as follows:</p>

Expand Down Expand Up @@ -80143,8 +80142,8 @@ search: while (true) {
&lt;/body&gt;
&lt;/html&gt;</pre>

<p>The two workers use a common library for performing the actual
network calls. This library is as follows:</p>
<p>The two workers use a common library for performing the actual network calls. This library is
as follows:</p>

<pre>function get(url) {
try {
Expand Down Expand Up @@ -104388,6 +104387,7 @@ if (s = prompt('What is your name?')) {
Brian Campbell,
Brian Korver,
Brian Kuhn,
Brian M. Dube,
Brian Ryner,
Brian Smith,
Brian Wilson,
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -93703,16 +93703,15 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->

<p>In this example, the main document uses two workers, one for
fetching stock updates for at regular intervals, and one for
fetching performing search queries that the user requests.</p>
<p>In this example, the main document uses two workers, one for fetching stock updates at regular
intervals, and one for performing search queries that the user requests.</p>

<p>The main page is as follows:</p>

<pre>EXAMPLE workers/stocks/page.html</pre>

<p>The two workers use a common library for performing the actual
network calls. This library is as follows:</p>
<p>The two workers use a common library for performing the actual network calls. This library is
as follows:</p>

<pre>EXAMPLE workers/stocks/io.js</pre>

Expand Down Expand Up @@ -122338,6 +122337,7 @@ if (s = prompt('What is your name?')) {
Brian Campbell,
Brian Korver,
Brian Kuhn,
Brian M. Dube,
Brian Ryner,
Brian Smith,
Brian Wilson,
Expand Down

0 comments on commit 38c9ca9

Please sign in to comment.