Преглед на файлове

Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.

Pieter-Jan Briers преди 7 години
родител
ревизия
09f79cde69
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/classes/VisualServer.xml

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