Selaa lähdekoodia

Merge pull request #7215 from Calcilore/patch-1

Fix typo in inputevent.rst
Matthew 2 vuotta sitten
vanhempi
commit
88c54e34a7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tutorials/inputs/inputevent.rst

+ 1 - 1
tutorials/inputs/inputevent.rst

@@ -133,7 +133,7 @@ methods has to be used:
 1. Use a :ref:`SubViewportContainer <class_SubViewportContainer>`, which automatically
 1. Use a :ref:`SubViewportContainer <class_SubViewportContainer>`, which automatically
    sends events to its child :ref:`SubViewports <class_SubViewport>` during
    sends events to its child :ref:`SubViewports <class_SubViewport>` during
    :ref:`Node._input() <class_Node_method__input>` and :ref:`Node._unhandled_input() <class_Node_method__unhandled_input>`.
    :ref:`Node._input() <class_Node_method__input>` and :ref:`Node._unhandled_input() <class_Node_method__unhandled_input>`.
-2. Implement event propagation based on the indivitual requirements.
+2. Implement event propagation based on the individual requirements.
 
 
 GUI events also travel up the scene tree but, since these events target
 GUI events also travel up the scene tree but, since these events target
 specific Controls, only direct ancestors of the targeted Control node receive the event.
 specific Controls, only direct ancestors of the targeted Control node receive the event.