----------------------------------------
In 7.1.12.1 "ToString Applied to the Number Type":
{1}
7.1.12.1 / step 8:
If -6 < /n/ <= 0, return the String consisting of the code point U+0030
*(*DIGIT ZERO*)*, followed by a the code point U+002E *(*FULL STOP*)*,
followed by -/n/ occurrences of the code point U+0030 *(*DIGIT ZERO*)*,
followed by the code points of the /k/ digits of the decimal representation
of /s/.
In "followed by a the code point", delete "a".
(And maybe de-bold those parens.)
----------------------------------------
In 7.1.16 "CanonicalNumericIndexString ( argument )":
{2}
7.1.16 / para 2:
A /canonical numeric string/ is any String value for which the
CanonicalNumericIndexString abstraction operation does not return *undefined*.
s|abstraction|abstract|
----------------------------------------
In 7.3.2 "GetV (V, P)":
{3}
7.3.2 / preamble:
... The operation is called with arguments V and /P/ where ...
Italicize 'V'
----------------------------------------
In 7.3.17 "CreateListFromArrayLike (obj [, elementTypes] )":
{4}
7.3.17 / preamble:
The abstract operation CreateListFromArrayLike is used to create a List value
whose elements are provided by the indexed properties of an array-like object.
After "array-like object", insert "/obj/".
----------------------------------------
In 7.3.20 "EnumerableOwnNames (O)":
{5}
7.3.20 / step 5.a.i:
Let /desc/ be the resulting of calling the [[GetOwnProperty]] internal method
of /O/ with argument /key/.
s|resulting|result|
----------------------------------------
In 7.3.21 "GetFunctionRealm ( obj ) Abstract Operation":
{6}
7.3.21 / step 4.b:
If proxyTarget is not null, return GetFunctionRealm(/proxyTarget/).
Italicize "proxyTarget"
Bold "null"
----------------------------------------
In 7.4.6 "IteratorClose( iterator, completion )":
{7}
7.4.6 / step 9:
If Type(/innerResult/.[[value]]) is not Object, throw a TypeError exception.
'TypeError' should be bold.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
fixed in rev33 editor's draft
fixed in rev33