Merge pull request #397 from DigbyMW/patch-1

Fix typo
This commit is contained in:
Rémi Verschelde 2017-06-24 07:41:21 +02:00 committed by GitHub
commit 9e4ba2bdad
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ Notifications
Godot has a system of notifications. This is usually not needed for
scripting, as it's too low level and virtual functions are provided for
most of them. It's just good to know they exists. Simply
most of them. It's just good to know they exist. Simply
add a
:ref:`Object._notification() <class_Object__notification>`
function in your script: