Skip to content

Commit 15d7474

Browse files
authored
Merge pull request #178 from Kurtil/patch-1
Fix typo in webgl-matrix-naming
2 parents 381d97b + ef24047 commit 15d7474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-matrix-naming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here's the list from my head
3636

3737
* projection matrix
3838

39-
a matrix and converts a frustum of space into clip space or some orthographic
39+
a matrix that converts a frustum of space into clip space or some orthographic
4040
space into clip space. Another way of thinking about this is it's the matrix
4141
returned by your matrix math library's `perspective` and/or `ortho` or
4242
`orthographic` function.

0 commit comments

Comments
 (0)