Skip to content

Commit

Permalink
Merge pull request #8 from w3c/dontcallmedom-promise-boolean
Browse files Browse the repository at this point in the history
Fix markup for promise<boolean>
  • Loading branch information
mounirlamouri committed Feb 3, 2016
2 parents fab8392 + a67d255 commit f4e5b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -175,7 +175,7 @@ <h2><code><a>RemotePlayback</a></code> interface</h2>
// Resolves with |true| if a device was picked and a session is
// initiating, |false| otherwise.
// TODO: consider a better name?
Promise<boolean> start();
Promise&lt;boolean&gt;start();
};

enum RemotePlaybackState {
Expand Down

0 comments on commit f4e5b19

Please sign in to comment.