Skip to content

Commit

Permalink
Fix error in [TreatNullAs] example description.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Jul 7, 2015
1 parent 5458f0c commit 39ff365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10073,7 +10073,7 @@ <h4>4.3.17. [TreatNullAs]</h4>
<p>
An ECMAScript implementation implementing the <span class="idltype">Dog</span>
interface would convert a <span class="esvalue">null</span> value
assigned to the “name” property or passed as the
assigned to the “owner” property or passed as the
argument to the <code>isMemberOfBreed</code> function
to the empty string rather than <code>"null"</code>:
</p>
Expand Down
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9930,7 +9930,7 @@ manager.handler2; <span class='comment'>// Evaluates to null.</span><
<p>
An ECMAScript implementation implementing the <span class='idltype'>Dog</span>
interface would convert a <span class='esvalue'>null</span> value
assigned to the “name” property or passed as the
assigned to the “owner” property or passed as the
argument to the <code>isMemberOfBreed</code> function
to the empty string rather than <code>"null"</code>:
</p>
Expand Down

0 comments on commit 39ff365

Please sign in to comment.