diff options
| author | Andreas Haas | 2017-10-14 12:45:26 +0200 |
|---|---|---|
| committer | Andreas Haas | 2017-10-14 12:45:49 +0200 |
| commit | 4c716f362378c18db05dc5c09f878d2aa3c7dd98 (patch) | |
| tree | d4151c90fcbaa395aaaf4053b9dcf89ed56cc38c /doc/classes/Viewport.xml | |
| parent | 9876bad05c9a037b7dd4ff7f2c981d1b20278e72 (diff) | |
| download | godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.gz godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.tar.zst godot-4c716f362378c18db05dc5c09f878d2aa3c7dd98.zip | |
[DOCS] Fix a few typos.
Diffstat (limited to 'doc/classes/Viewport.xml')
| -rw-r--r-- | doc/classes/Viewport.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index 2cf36ba69..58626356b 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -192,14 +192,14 @@ <return type="Variant"> </return> <description> - Returs the drag data from the GUI, that was previously returned by [method Control.get_drag_data]. + Returns the drag data from the GUI, that was previously returned by [method Control.get_drag_data]. </description> </method> <method name="gui_has_modal_stack" qualifiers="const"> <return type="bool"> </return> <description> - Returs whether there are shown modals on-screen. + Returns whether there are shown modals on-screen. </description> </method> <method name="has_transparent_background" qualifiers="const"> |
