summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Sanders <kevin@c2cschools.com>2021-08-03 00:37:57 -0400
committerGitHub <noreply@github.com>2021-08-03 00:37:57 -0400
commit6db57b9da2fdef8d9eac02f3177bfdb7463ceddd (patch)
tree693adf0ade1a6fb72074180c97032e6470cdf2c1 /doc
parent04703c6f66be07e4ee305407713ad14a18e19ce3 (diff)
Grammar fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Transform2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Transform2D.xml b/doc/classes/Transform2D.xml
index 2c3eda1e07..b9d3951b0a 100644
--- a/doc/classes/Transform2D.xml
+++ b/doc/classes/Transform2D.xml
@@ -4,7 +4,7 @@
2D transformation (2×3 matrix).
</brief_description>
<description>
- 2×3 matrix (2 rows, 3 columns) used for 2D linear transformations. It can represent transformations such as translation, rotation, or scaling. It consists of a three [Vector2] values: [member x], [member y], and the [member origin].
+ 2×3 matrix (2 rows, 3 columns) used for 2D linear transformations. It can represent transformations such as translation, rotation, or scaling. It consists of three [Vector2] values: [member x], [member y], and the [member origin].
For more information, read the "Matrices and transforms" documentation article.
</description>
<tutorials>