Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 2, 2024
1 parent 5a7ccb5 commit 81fa51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ a destination it returns the type of the destination
```ts
mat4.identity() // returns Float32Array
mat4.identity(new Float32Array(16)); // returns Float32Array
mat4.identity(new Float64Array(16)); // returns Float32Array
mat4.identity(new Float64Array(16)); // returns Float64Array
mat4.identity(new Array(16)); // returns number[]
```
Expand Down

0 comments on commit 81fa51b

Please sign in to comment.