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

typo: TypeArray -> TypedArray #675

Merged
merged 1 commit into from
Aug 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -30792,7 +30792,7 @@ <h1>TypedArray Objects</h1>
<emu-clause id="sec-%typedarray%-intrinsic-object">
<h1>The %TypedArray% Intrinsic Object</h1>
<p>The <dfn>%TypedArray%</dfn> intrinsic object is a constructor function object that all of the _TypedArray_ constructor object inherit from. %TypedArray% and its corresponding prototype object provide common properties that are inherited by all _TypedArray_ constructors and their instances. The %TypedArray% intrinsic does not have a global name or appear as a property of the global object.</p>
<p>The %TypedArray% intrinsic function object acts as the abstract superclass of the various _TypedArray_ constructors. Because it is an abstract class constructor it will throw an error when invoked. The _TypeArray_ constructors do not perform a super call to it.</p>
<p>The %TypedArray% intrinsic function object acts as the abstract superclass of the various _TypedArray_ constructors. Because it is an abstract class constructor it will throw an error when invoked. The _TypedArray_ constructors do not perform a super call to it.</p>

<!-- es6num="22.2.4.1" -->
<emu-clause id="sec-%typedarray%">
Expand Down