From a6ca9088e035e7aaec76e676ca98d7fbd5a16a1c Mon Sep 17 00:00:00 2001
From: Omar Qurashi <96021536+OmarQurashi868@users.noreply.github.com>
Date: Thu, 15 May 2025 21:09:29 +0400
Subject: [PATCH] Fix typo in `Node.get_child` 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 9881357ca6c..1186bd41823 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -331,7 +331,7 @@
- Fetches a child node by its index. Each child node has an index relative its siblings (see [method get_index]). The first child is at index 0. Negative values can also be used to start from the end of the list. This method can be used in combination with [method get_child_count] to iterate over this node's children. If no child exists at the given index, this method returns [code]null[/code] and an error is generated.
+ Fetches a child node by its index. Each child node has an index relative to its siblings (see [method get_index]). The first child is at index 0. Negative values can also be used to start from the end of the list. This method can be used in combination with [method get_child_count] to iterate over this node's children. If no child exists at the given index, this method returns [code]null[/code] and an error is generated.
If [param include_internal] is [code]false[/code], internal children are ignored (see [method add_child]'s [code]internal[/code] parameter).
[codeblock]
# Assuming the following are children of this node, in order: