summaryrefslogtreecommitdiffstats
path: root/doc/classes/CanvasItem.xml
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2024-01-15 15:23:17 +0100
committerMicky <micheledevita2@gmail.com>2024-01-15 18:51:52 +0100
commit61bdbdd9eeb7143e877fc9fe184b2d6428f4b0db (patch)
tree260ff045a75f27002d632f9a8916640c47a0701b /doc/classes/CanvasItem.xml
parent9e65c5c0f4f8944d17fc7f5b05682206e9348d81 (diff)
downloadredot-engine-61bdbdd9eeb7143e877fc9fe184b2d6428f4b0db.tar.gz
Replace some "uncommon" words in class reference
Diffstat (limited to 'doc/classes/CanvasItem.xml')
-rw-r--r--doc/classes/CanvasItem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 2f76f64cff..6f4dc47fb9 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -501,7 +501,7 @@
<method name="is_visible_in_tree" qualifiers="const">
<return type="bool" />
<description>
- Returns [code]true[/code] if the node is present in the [SceneTree], its [member visible] property is [code]true[/code] and all its ancestors are also visible. If any ancestor is hidden, this node will not be visible in the scene tree, and is consequently not drawn (see [method _draw]).
+ Returns [code]true[/code] if the node is present in the [SceneTree], its [member visible] property is [code]true[/code] and all its ancestors are also visible. If any ancestor is hidden, this node will not be visible in the scene tree, and is therefore not drawn (see [method _draw]).
</description>
</method>
<method name="make_canvas_position_local" qualifiers="const">