diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-28 16:12:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 16:12:15 +0100 |
commit | 6dcdf1e428b0fe9b283d65464639716c8f2e6eb9 (patch) | |
tree | 14571eeadd937dce741b0c20f8bc5dc57db75799 /doc | |
parent | 4ca98c7a359b313b5a997323b3e4c86cee6b566e (diff) | |
parent | 63456bdd8ac9925b894ad33f99916d02b2c3d2b5 (diff) |
Merge pull request #44756 from Jummit/add-s-viewport-docs
Add missing "s" in Viewport documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Viewport.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index e2cf848f45..7b513d56c3 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -213,7 +213,7 @@ The global canvas transform of the viewport. The canvas transform is relative to this. </member> <member name="gui_disable_input" type="bool" setter="set_disable_input" getter="is_input_disabled" default="false"> - If [code]true[/code], the viewport will not receive input event. + If [code]true[/code], the viewport will not receive input events. </member> <member name="gui_embed_subwindows" type="bool" setter="set_embed_subwindows_hint" getter="get_embed_subwindows_hint" default="false"> </member> |