Skip to content

Commit

Permalink
Don't <dfn> Promise. WebIDL already does that. (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin authored and tabatkins committed Feb 23, 2017
1 parent 69ef35a commit 7ff67b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-font-loading/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Introduction</h2>
<h3 id="values">
Values</h3>

This specification uses <dfn interface lt="Promise">Promises</dfn>,
This specification uses {{Promise}}s,
which are defined in <a href="http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts">ECMAScript 6</a>.
HTML5Rocks has some <a href="http://www.html5rocks.com/en/tutorials/es6/promises/">good tutorial material introducing Promises</a>.

Expand Down

0 comments on commit 7ff67b2

Please sign in to comment.