Skip to content

Commit

Permalink
Removed six occurrences of superfluous spaces after quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Sep 22, 2017
1 parent e0e053f commit 09b779c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2934,7 +2934,7 @@ <h3>
</li>
<li>Let <var>value</var> be the result of calling the
<a>[[\GetOwnProperty]]</a> internal method of <var>image</var>
passing " <code>purpose</code>" as the argument.
passing "<code>purpose</code>" as the argument.
</li>
<li>Let <var>type</var> be <a>Type</a>(<var>value</var>).
</li>
Expand Down Expand Up @@ -3025,7 +3025,7 @@ <h3>
</li>
<li>Let <var>value</var> be the result of calling the
<a>[[\GetOwnProperty]]</a> internal method of <var>image</var>
passing " <code>sizes</code>" as the argument.
passing "<code>sizes</code>" as the argument.
</li>
<li>Let <var>type</var> be <a>Type</a>(<var>value</var>).
</li>
Expand Down Expand Up @@ -3073,7 +3073,7 @@ <h3>
<ol>
<li>Let <var>value</var> be the result of calling the
<a>[[\GetOwnProperty]]</a> internal method of <var>image</var>
passing " <code>src</code>" as the argument.
passing "<code>src</code>" as the argument.
</li>
<li>Let <var>type</var> be <a>Type</a>(<var>value</var>).
</li>
Expand Down Expand Up @@ -3319,7 +3319,7 @@ <h3>
<ol>
<li>Let <var>value</var> be the result of calling the
<a>[[\GetOwnProperty]]</a> internal method of <var>registration</var>
passing " <code>src</code>" as the argument.
passing "<code>src</code>" as the argument.
</li>
<li>Let <var>type</var> be <a>Type</a>(<var>value</var>).
</li>
Expand Down Expand Up @@ -3404,7 +3404,7 @@ <h3>
<ol>
<li>Let <var>value</var> be the result of calling the
<a>[[\GetOwnProperty]]</a> internal method of <var>registration</var>
passing " <code>type</code>" as the argument.
passing "<code>type</code>" as the argument.
</li>
<li>Let <var>type</var> be <a>Type</a>(<var>value</var>).
</li>
Expand Down Expand Up @@ -3451,7 +3451,7 @@ <h3>
<ol>
<li>Let <var>value</var> be the result of calling the
<a>[[\GetOwnProperty]]</a> internal method of <var>registration</var>
passing " <code>use_cache</code>" as the argument.
passing "<code>use_cache</code>" as the argument.
</li>
<li>Let <var>type</var> be <a>Type</a>(<var>value</var>).
</li>
Expand Down

0 comments on commit 09b779c

Please sign in to comment.