Skip to content

Commit 9ca65ff

Browse files
authored
Merge pull request #10923 from willnationsdev/input-typo
Fix missing apostrophe.
2 parents 13f1398 + 9193202 commit 9ca65ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/inputs/inputevent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ received input, in order:
7272
1. If the Viewport is embedding Windows, the Viewport tries to interpret the event in its
7373
capability as a Window-Manager (e.g. for resizing or moving Windows).
7474
2. Next if an embedded Window is focused, the event is sent to that Window and processed in
75-
the Windows Viewport and afterwards treated as handled. If no embedded Window is focused,
75+
the Window's Viewport and afterwards treated as handled. If no embedded Window is focused,
7676
the event is sent to the nodes of the current viewport in the following order.
7777
3. First of all, the standard :ref:`Node._input() <class_Node_private_method__input>` function
7878
will be called in any node that overrides it (and hasn't disabled input processing with :ref:`Node.set_process_input() <class_Node_method_set_process_input>`).

0 commit comments

Comments
 (0)