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

Editorial: consistently connect Prototype objects to the appropriate .prototype property #2131

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

ljharb
Copy link
Member

@ljharb ljharb commented Aug 10, 2020

  • also, add <dfn>s as needed so everything links nicely

This PR was extracted from #2065, and should land before it.

spec.html Outdated
@@ -35474,7 +35474,7 @@ <h1>%TypedArray%.of ( ..._items_ )</h1>

<emu-clause id="sec-%typedarray%.prototype">
<h1>%TypedArray%.prototype</h1>
<p>The initial value of %TypedArray%`.prototype` is the %TypedArray.prototype% intrinsic object.</p>
<p>The initial value of %TypedArray%`.prototype` is the %TypedArray% prototype object.</p>
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure about the backtick placement here. But since this doesn't change it, we can leave it alone.

@ljharb ljharb self-assigned this Aug 11, 2020
@ljharb ljharb requested a review from a team August 11, 2020 03:50
spec.html Outdated Show resolved Hide resolved
@ljharb ljharb force-pushed the consistent_intrinsics branch from 0615499 to 5859ddb Compare August 11, 2020 17:30
Copy link
Contributor

@syg syg left a comment

Choose a reason for hiding this comment

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

lgtm

…`.prototype` property (tc39#2131)

 - also, add `<dfn>`s as needed so everything links nicely
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants