From 1e8ff7460a8c4adbb4c28bc3b6ade25224c74154 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 21 Apr 2018 16:10:34 +0200 Subject: [PATCH] Fixes a typo in the VisualServer.canvas_item_add_set_transform docs. (cherry picked from commit 09f79cde69a08ccefd4cf241d1d21f9b3e8d606e) --- doc/classes/VisualServer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index 6c3e0fdd4a6..93d13d444fc 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -324,7 +324,7 @@ 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.