소스 검색

Merge pull request #51203 from kbsanders/patch-1

Grammar fix.
Rémi Verschelde 4 년 전
부모
커밋
0ce69064e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/Transform2D.xml

+ 1 - 1
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>