From 27bfacd425d7cbf75c2e12161152334f7c42c753 Mon Sep 17 00:00:00 2001 From: Jummit Date: Mon, 28 Dec 2020 13:36:31 +0100 Subject: [PATCH] fix missing "s" in Viewport docs (cherry picked from commit 63456bdd8ac9925b894ad33f99916d02b2c3d2b5) --- doc/classes/Viewport.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index de3328e9c95..c4aae0bbbeb 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -252,7 +252,7 @@ The global canvas transform of the viewport. The canvas transform is relative to this. - If [code]true[/code], the viewport will not receive input event. + If [code]true[/code], the viewport will not receive input events. If [code]true[/code], the GUI controls on the viewport will lay pixel perfectly.