15.13.7.1 / both operations / preambles
The abstract operation GetViewValue(view, requestIndex, ...
The abstract operation SetViewValue(view, requestIndex, ...
Italicize all the parameter names.
---
15.13.7.1 / both operations / step 3
If v does not have [[ViewedArrayBuffer]] internal data property, ...
After "have", insert "a".
---
15.13.7.1 / both operations / steps 11,17
11. ReturnIfAbrupt(isLittleEndean).
17. Return the result of ... isLittleEndean).
s|Endean|Endian|
---
15.13.7.1 / both operations / step 16
Let bufferIndex be getOffset+viewOffset.
'getOffset' is not defined. Change to "getIndex"?
---
15.13.7.1 / both operations / step 17
Return the result of the GetValueFromBuffer(...).
Return the result of the SetValueInBuffer(...).
s|of the|of|
---
15.13.7.1 / SetViewValue / step 17
SetValueInBuffer(buffer, bufferIndex, type, value isLittleEndean).
After "value", insert comma.
---
15.13.7.2.1 / step 15
Set O’s [[ByteLength]] internal data property to newByteLength.
'newByteLength' is not defined. Change to 'viewByteLength'?
---
15.13.7.4.{4-9,12-17}
s|littleEndean|littleEndian|
---
15.13.7.4.{4-9,12-17}
If littleEndean is not preset, ...
"preset" is odd. It's probably a typo for "present", but I think "passed"
would be more appropriate for an optional argument.
fixed in rev17 editor's draft
fixed in rev17, August 23, 2013 draft