From 47258411da69c9d2daacf6c1198c10b1b9d3882c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Le=20Bo=C3=ABdec?= Date: Tue, 31 Oct 2023 09:07:00 +0900 Subject: [PATCH] Add missing word in `NOTIFICATION_POST_ENTER_TREE` documentation --- doc/classes/Node.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 98b71e32df65..ecb05efa2d4c 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]). - 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. Notification received when the node is disabled. See [constant PROCESS_MODE_DISABLED].