Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings: promise is a basic type from WebIDl, no need to link. #28

Closed
wants to merge 1 commit into from

Conversation

mounirlamouri
Copy link
Member

@mounirlamouri mounirlamouri commented May 13, 2016

This is:

  • removing <a> around Promise.
  • Make Promise lowercase (promise).
  • Removing <a> around Resolve and Reject.
  • Rename Resolve to Fulfil.

This is:
- removing <a> around Promise.
- Make Promise lowercase (promise).
- Removing <a> around Resolve and Reject.
- Rename Resolve to Fulfil.
@mounirlamouri
Copy link
Member Author

avayvod@, PTAL. This is removing ~20 warnings.

@@ -404,7 +404,7 @@
<a for="RemotePlabyackState">connecting</a>.
</li>
<li>
<a>Resolve</a> <var>promise</var> with <code>true</code>.
Fulfilled <var>promise</var> with <code>true</code>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think in the algorithms we use infinitive form of the verb, so it should be Fulfill rather than Fulfilled here and in a few places below.

@avayvod
Copy link
Contributor

avayvod commented May 16, 2016

I merged the PR on my own with the correct form of the verbs. Thanks!

@avayvod avayvod closed this May 16, 2016
@avayvod avayvod deleted the warnings branch May 24, 2016 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants