Skip to content

Commit 81fa51b

Browse files
committed
typo
1 parent 5a7ccb5 commit 81fa51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ a destination it returns the type of the destination
276276
```ts
277277
mat4.identity() // returns Float32Array
278278
mat4.identity(new Float32Array(16)); // returns Float32Array
279-
mat4.identity(new Float64Array(16)); // returns Float32Array
279+
mat4.identity(new Float64Array(16)); // returns Float64Array
280280
mat4.identity(new Array(16)); // returns number[]
281281
```
282282

0 commit comments

Comments
 (0)