Skip to content

Commit f67a6cd

Browse files
zcorpansvgeesus
authored andcommitted
Editorial: remove outdated reference (typedarray)
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=28569
1 parent d9c49de commit f67a6cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geometry/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,11 +1007,11 @@ The following methods do not modify the current matrix.
10071007
</dd>
10081008
<dt><dfn>toFloat32Array()</dfn></dt>
10091009
<dd>
1010-
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float32Array</a> [[typedarray]].
1010+
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float32Array</a>.
10111011
</dd>
10121012
<dt><dfn>toFloat64Array()</dfn></dt>
10131013
<dd>
1014-
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float64Array</a> [[typedarray]].
1014+
Returns the serialized 16 elements <a attribute>m11</a> to <a attribute>m44</a> of the current matrix in column-major order as <a interface>Float64Array</a>.
10151015
</dd>
10161016
<dt><dfn>stringifier()</dfn></dt>
10171017
<dd>

0 commit comments

Comments
 (0)