From e88cde0415df49b70cea3b38a4696dbe2d93ce6b Mon Sep 17 00:00:00 2001
From: Markus Sauermann <6299227+Sauermann@users.noreply.github.com>
Date: Fri, 10 Apr 2020 22:27:45 +0200
Subject: [PATCH] Clarify Transform scaled Method description.
(cherry picked from commit 19c8b0be4538a2deab0b1d837c32fb40d2abb026)
---
doc/classes/Transform.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/Transform.xml b/doc/classes/Transform.xml
index 13e34667acc..e3166a177db 100644
--- a/doc/classes/Transform.xml
+++ b/doc/classes/Transform.xml
@@ -135,7 +135,7 @@
- Scales the transform by the given scale factor, using matrix multiplication.
+ Scales basis and origin of the transform by the given scale factor, using matrix multiplication.