summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Le Boëdec <ershn@users.noreply.github.com>2023-10-31 09:07:00 +0900
committerGitHub <noreply@github.com>2023-10-31 09:07:00 +0900
commit47258411da69c9d2daacf6c1198c10b1b9d3882c (patch)
tree488b66b5bf70040b221be05d72a9b295617c4e6a
parent93cdacbb0a30f12b2f3f5e8e06b90149deeb554b (diff)
downloadredot-engine-47258411da69c9d2daacf6c1198c10b1b9d3882c.tar.gz
Add missing word in `NOTIFICATION_POST_ENTER_TREE` documentation
-rw-r--r--doc/classes/Node.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 98b71e32df..ecb05efa2d 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -1034,7 +1034,7 @@
Notification received every frame when the internal physics process flag is set (see [method set_physics_process_internal]).
</constant>
<constant name="NOTIFICATION_POST_ENTER_TREE" value="27">
- Notification received when the node is ready, just before [constant NOTIFICATION_READY] is received. Unlike the latter, it's sent every time the node enters tree, instead of only once.
+ Notification received when the node is ready, just before [constant NOTIFICATION_READY] is received. Unlike the latter, it's sent every time the node enters the tree, instead of only once.
</constant>
<constant name="NOTIFICATION_DISABLED" value="28">
Notification received when the node is disabled. See [constant PROCESS_MODE_DISABLED].