We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7ccb5 commit 81fa51bCopy full SHA for 81fa51b
README.md
@@ -276,7 +276,7 @@ a destination it returns the type of the destination
276
```ts
277
mat4.identity() // returns Float32Array
278
mat4.identity(new Float32Array(16)); // returns Float32Array
279
-mat4.identity(new Float64Array(16)); // returns Float32Array
+mat4.identity(new Float64Array(16)); // returns Float64Array
280
mat4.identity(new Array(16)); // returns number[]
281
```
282
0 commit comments