2
0
Эх сурвалжийг харах

Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.

Pieter-Jan Briers 7 жил өмнө
parent
commit
09f79cde69

+ 1 - 1
doc/classes/VisualServer.xml

@@ -328,7 +328,7 @@
 			</argument>
 			<description>
 				Adds a [Transform2D] command to the [CanvasItem]'s draw commands.
-				This sets the extra_matrix uniform when executed. This affects the later command's of the canvas item.
+				This sets the extra_matrix uniform when executed. This affects the later commands of the canvas item.
 			</description>
 		</method>
 		<method name="canvas_item_add_texture_rect">