Skip to content

Commit 5fe7cb2

Browse files
authored
Merge pull request #10280 from ntlblpm/patch-3
Fix grammar in Matrices and transforms
2 parents 41b0e4c + bcce532 commit 5fe7cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/math/matrices_and_transforms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ from X*1 + Y*-1, which is (1, 0) - (1, 1), or (1 - 1, 0 - 1), or (0, -1).
352352
This matches up with our observation of where the top-right corner
353353
of the image is.
354354

355-
Hopefully you now fully understand the how a transformation matrix affects
355+
Hopefully you now fully understand how a transformation matrix affects
356356
the object, and the relationship between the basis vectors and how the
357357
object's "UV" or "intra-coordinates" have their world position changed.
358358

0 commit comments

Comments
 (0)